mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-05 21:07:57 +00:00
fix dtd for config section in modules and plugins
This commit is contained in:
parent
ab751af635
commit
ffd0995830
@ -60,7 +60,7 @@
|
||||
"field": "+"
|
||||
},
|
||||
"field": {
|
||||
"option": "*"
|
||||
"*": "*"
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
@ -101,38 +101,35 @@
|
||||
"path"
|
||||
],
|
||||
"config": [
|
||||
"addfieldpath"
|
||||
"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": [
|
||||
"addfieldpath",
|
||||
"class",
|
||||
"cols",
|
||||
"default",
|
||||
"description",
|
||||
"filter",
|
||||
"id",
|
||||
"label",
|
||||
"maxLength",
|
||||
"name",
|
||||
"required",
|
||||
"rows",
|
||||
"size",
|
||||
"step",
|
||||
"type",
|
||||
"validate"
|
||||
],
|
||||
"option": [
|
||||
"value"
|
||||
"*"
|
||||
]
|
||||
}
|
||||
}
|
@ -60,7 +60,7 @@
|
||||
"field": "+"
|
||||
},
|
||||
"field": {
|
||||
"option": "*"
|
||||
"*": "*"
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
@ -102,38 +102,35 @@
|
||||
"path"
|
||||
],
|
||||
"config": [
|
||||
"addfieldpath"
|
||||
"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": [
|
||||
"addfieldpath",
|
||||
"class",
|
||||
"cols",
|
||||
"default",
|
||||
"description",
|
||||
"filter",
|
||||
"id",
|
||||
"label",
|
||||
"maxLength",
|
||||
"name",
|
||||
"required",
|
||||
"rows",
|
||||
"size",
|
||||
"step",
|
||||
"type",
|
||||
"validate"
|
||||
],
|
||||
"option": [
|
||||
"value"
|
||||
"*"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user