33
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-11-27 15:26:36 +00:00

support dlid attributes

This commit is contained in:
Denis Ryabov 2021-02-27 02:12:32 +03:00
parent 9b36852506
commit f8320333aa
5 changed files with 21 additions and 4 deletions

View File

@ -20,8 +20,8 @@
"media": "?",
"administration": "?",
"updateservers": "?",
"config": "?",
"dlid": "?",
"config": "?",
"namespace": "?"
},
"administration": {

View File

@ -15,7 +15,8 @@
"media": "?",
"fonts": "?",
"update": "?",
"updateservers": "?"
"updateservers": "?",
"dlid": "?"
},
"files": {
"filename": "*",
@ -55,6 +56,10 @@
"name",
"priority",
"type"
],
"dlid": [
"prefix",
"suffix"
]
}
}

View File

@ -19,8 +19,8 @@
"languages": "?",
"media": "?",
"updateservers": "?",
"config": "?",
"dlid": "?",
"config": "?",
"namespace": "?"
},
"files": {
@ -130,6 +130,10 @@
],
"field": [
"*"
],
"dlid": [
"prefix",
"suffix"
]
}
}

View File

@ -67,6 +67,10 @@
"name",
"priority",
"type"
],
"dlid": [
"prefix",
"suffix"
]
}
}

View File

@ -19,8 +19,8 @@
"languages": "?",
"media": "?",
"updateservers": "?",
"config": "?",
"dlid": "?",
"config": "?",
"namespace": "?"
},
"files": {
@ -131,6 +131,10 @@
],
"field": [
"*"
],
"dlid": [
"prefix",
"suffix"
]
}
}