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:
commit
2b010c1550
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user