31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-06-21 22:12:20 +00:00

support both file and filename names for files children in package manifest

This commit is contained in:
Denis Ryabov 2021-02-24 00:38:42 +03:00
parent ffd0995830
commit b74a082198

View File

@ -23,6 +23,7 @@
},
"files": {
"file": "*",
"filename": "*",
"folder": "*"
},
"languages": {
@ -48,6 +49,12 @@
"id",
"type"
],
"filename": [
"client",
"group",
"id",
"type"
],
"languages": [
"folder"
],