mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2025-01-05 15:32:10 +00:00
add support of dashboards section
This commit is contained in:
parent
d502c9d40e
commit
c426917ccf
@ -24,7 +24,8 @@
|
|||||||
"updateservers": "?",
|
"updateservers": "?",
|
||||||
"dlid": "?",
|
"dlid": "?",
|
||||||
"config": "?",
|
"config": "?",
|
||||||
"namespace": "?"
|
"namespace": "?",
|
||||||
|
"dashboards": "?"
|
||||||
},
|
},
|
||||||
"administration": {
|
"administration": {
|
||||||
"menu": "?",
|
"menu": "?",
|
||||||
@ -70,6 +71,9 @@
|
|||||||
},
|
},
|
||||||
"updateservers": {
|
"updateservers": {
|
||||||
"server": "*"
|
"server": "*"
|
||||||
|
},
|
||||||
|
"dashboards": {
|
||||||
|
"dashboard": "*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"attributes": {
|
"attributes": {
|
||||||
@ -120,6 +124,10 @@
|
|||||||
"dlid": [
|
"dlid": [
|
||||||
"prefix",
|
"prefix",
|
||||||
"suffix"
|
"suffix"
|
||||||
|
],
|
||||||
|
"dashboard": [
|
||||||
|
"title",
|
||||||
|
"icon"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user