mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-12-31 21:51:46 +00:00
add support of dashboards section
This commit is contained in:
parent
d502c9d40e
commit
c426917ccf
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user