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": "+"
}, },
"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"
] ]
} }
} }

View File

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