add 'disabled' property for navBar to extension.schema.json (#1046)

This commit is contained in:
Suzana Dirla 2019-03-26 20:33:38 +02:00 committed by Denys Vuika
parent ff91ee17ea
commit c347e5796d

View File

@ -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": {