mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
add 'disabled' property for navBar to extension.schema.json (#1046)
This commit is contained in:
committed by
Denys Vuika
parent
ff91ee17ea
commit
c347e5796d
@@ -199,6 +199,10 @@
|
||||
"description": "Element order",
|
||||
"type": "number"
|
||||
},
|
||||
"disabled": {
|
||||
"description": "Toggles disabled state",
|
||||
"type": "boolean"
|
||||
},
|
||||
"children": {
|
||||
"description": "Navigation children items",
|
||||
"type": "array",
|
||||
@@ -223,6 +227,10 @@
|
||||
"route": {
|
||||
"description": "Route reference identifier",
|
||||
"type": "string"
|
||||
},
|
||||
"disabled": {
|
||||
"description": "Toggles disabled state",
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"not": {
|
||||
|
||||
Reference in New Issue
Block a user