mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-12-29 04:42:36 +00:00
support both file and filename names for files children in package manifest
This commit is contained in:
parent
ffd0995830
commit
b74a082198
@ -23,6 +23,7 @@
|
||||
},
|
||||
"files": {
|
||||
"file": "*",
|
||||
"filename": "*",
|
||||
"folder": "*"
|
||||
},
|
||||
"languages": {
|
||||
@ -48,6 +49,12 @@
|
||||
"id",
|
||||
"type"
|
||||
],
|
||||
"filename": [
|
||||
"client",
|
||||
"group",
|
||||
"id",
|
||||
"type"
|
||||
],
|
||||
"languages": [
|
||||
"folder"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user