mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
add 'disabled' property for navBar to extension.schema.json (#1046)
This commit is contained in:
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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user