33
2
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:
Denis Ryabov 2021-02-24 00:38:07 +03:00
parent ab751af635
commit ffd0995830
2 changed files with 36 additions and 42 deletions

View File

@ -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"
"*"
]
}
}

View File

@ -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"
"*"
]
}
}