33
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-11-15 01:34:08 +00:00

Merge pull request #239 from dryabov/patch-87

Add support of config section in template manifest
This commit is contained in:
Denis Ryabov 2024-01-08 12:14:16 +03:00 committed by GitHub
commit 2b010c1550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,18 @@
}, },
"updateservers": { "updateservers": {
"server": "*" "server": "*"
},
"config": {
"fields": "!"
},
"fields": {
"fieldset": "+"
},
"fieldset": {
"field": "+"
},
"field": {
"*": "*"
} }
}, },
"attributes": { "attributes": {
@ -94,6 +106,37 @@
"priority", "priority",
"type" "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": [ "help": [
"key", "key",
"url" "url"