31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-06-25 23:52:34 +00:00

add support of config section in template manifest

This commit is contained in:
Denis Ryabov 2023-10-01 18:40:30 +04:00
parent 5821e266ae
commit cc3d71755b

View File

@ -52,6 +52,18 @@
},
"updateservers": {
"server": "*"
},
"config": {
"fields": "!"
},
"fields": {
"fieldset": "+"
},
"fieldset": {
"field": "+"
},
"field": {
"*": "*"
}
},
"attributes": {
@ -94,6 +106,37 @@
"priority",
"type"
],
"config": [
"addfieldpath",
"addfieldprefix",
"addformpath",
"addformprefix",
"addrulepath",
"addruleprefix"
],
"fields": [
"addfieldpath",
"addfieldprefix",
"addformpath",
"addformprefix",
"addrulepath",
"addruleprefix",
"name"
],
"fieldset": [
"addfieldpath",
"addfieldprefix",
"addformpath",
"addformprefix",
"addrulepath",
"addruleprefix",
"description",
"label",
"name"
],
"field": [
"*"
],
"help": [
"key",
"url"