@netgrif/components
Version:
Netgrif Application Engine frontend Angular components
26 lines (25 loc) • 719 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "SchematicsCreateViewPromptAboutSidenav",
"title": "Prompt schematic for inputting sidenav options",
"type": "object",
"properties": {
"user": {
"type": "boolean",
"x-prompt": "Would you like the user extension in sidenav?"
},
"quickPanel": {
"type": "boolean",
"x-prompt": "Would you like the quickPanel extension in sidenav?"
},
"navigation": {
"type": "boolean",
"x-prompt": "Would you like the navigation extension in sidenav?"
}
},
"required": [
"user",
"quickPanel",
"navigation"
]
}