mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-14 17:24:12 +00:00
Merge pull request #239 from dryabov/patch-87
Add support of config section in template manifest
This commit is contained in:
commit
2b010c1550
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user