31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-06-26 08:02:35 +00:00

add support of dashboards section

This commit is contained in:
Denis Ryabov 2021-08-30 22:43:18 +03:00
parent d502c9d40e
commit c426917ccf

View File

@ -24,7 +24,8 @@
"updateservers": "?",
"dlid": "?",
"config": "?",
"namespace": "?"
"namespace": "?",
"dashboards": "?"
},
"administration": {
"menu": "?",
@ -70,6 +71,9 @@
},
"updateservers": {
"server": "*"
},
"dashboards": {
"dashboard": "*"
}
},
"attributes": {
@ -120,6 +124,10 @@
"dlid": [
"prefix",
"suffix"
],
"dashboard": [
"title",
"icon"
]
}
}