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": "+"
|
||||||
},
|
},
|
||||||
"field": {
|
"field": {
|
||||||
"option": "*"
|
"*": "*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"attributes": {
|
"attributes": {
|
||||||
@ -101,38 +101,35 @@
|
|||||||
"path"
|
"path"
|
||||||
],
|
],
|
||||||
"config": [
|
"config": [
|
||||||
"addfieldpath"
|
"addfieldpath",
|
||||||
|
"addfieldprefix",
|
||||||
|
"addformpath",
|
||||||
|
"addformprefix",
|
||||||
|
"addrulepath",
|
||||||
|
"addruleprefix"
|
||||||
],
|
],
|
||||||
"fields": [
|
"fields": [
|
||||||
"addfieldpath",
|
"addfieldpath",
|
||||||
|
"addfieldprefix",
|
||||||
|
"addformpath",
|
||||||
|
"addformprefix",
|
||||||
|
"addrulepath",
|
||||||
|
"addruleprefix",
|
||||||
"name"
|
"name"
|
||||||
],
|
],
|
||||||
"fieldset": [
|
"fieldset": [
|
||||||
"addfieldpath",
|
"addfieldpath",
|
||||||
|
"addfieldprefix",
|
||||||
|
"addformpath",
|
||||||
|
"addformprefix",
|
||||||
|
"addrulepath",
|
||||||
|
"addruleprefix",
|
||||||
"description",
|
"description",
|
||||||
"label",
|
"label",
|
||||||
"name"
|
"name"
|
||||||
],
|
],
|
||||||
"field": [
|
"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": "+"
|
||||||
},
|
},
|
||||||
"field": {
|
"field": {
|
||||||
"option": "*"
|
"*": "*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"attributes": {
|
"attributes": {
|
||||||
@ -102,38 +102,35 @@
|
|||||||
"path"
|
"path"
|
||||||
],
|
],
|
||||||
"config": [
|
"config": [
|
||||||
"addfieldpath"
|
"addfieldpath",
|
||||||
|
"addfieldprefix",
|
||||||
|
"addformpath",
|
||||||
|
"addformprefix",
|
||||||
|
"addrulepath",
|
||||||
|
"addruleprefix"
|
||||||
],
|
],
|
||||||
"fields": [
|
"fields": [
|
||||||
"addfieldpath",
|
"addfieldpath",
|
||||||
|
"addfieldprefix",
|
||||||
|
"addformpath",
|
||||||
|
"addformprefix",
|
||||||
|
"addrulepath",
|
||||||
|
"addruleprefix",
|
||||||
"name"
|
"name"
|
||||||
],
|
],
|
||||||
"fieldset": [
|
"fieldset": [
|
||||||
"addfieldpath",
|
"addfieldpath",
|
||||||
|
"addfieldprefix",
|
||||||
|
"addformpath",
|
||||||
|
"addformprefix",
|
||||||
|
"addrulepath",
|
||||||
|
"addruleprefix",
|
||||||
"description",
|
"description",
|
||||||
"label",
|
"label",
|
||||||
"name"
|
"name"
|
||||||
],
|
],
|
||||||
"field": [
|
"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