33
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2025-01-16 10:45:52 +00:00

add missed attributes declaration for sql->file nodes

This commit is contained in:
Denis Ryabov 2021-09-02 15:13:46 +03:00
parent 1fc157025f
commit a52b182473
2 changed files with 8 additions and 0 deletions

View File

@ -74,6 +74,10 @@
"fonts": [ "fonts": [
"folder" "folder"
], ],
"file": [
"charset",
"driver"
],
"schemapath": [ "schemapath": [
"type" "type"
], ],

View File

@ -82,6 +82,10 @@
"client", "client",
"tag" "tag"
], ],
"file": [
"charset",
"driver"
],
"schemapath": [ "schemapath": [
"type" "type"
], ],