jqwidgets-ng
Version:
[](https://jqwidgets.com/license/)
39 lines (38 loc) • 1.24 kB
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "angular-smart-ng-add",
"title": "Angular Smart ng-add schematic",
"type": "object",
"properties": {
"project": {
"type": "string",
"description": "Name of the project.",
"$default": {
"$source": "projectName"
}
},
"theme": {
"description": "The theme to apply",
"type": "string",
"default": "base",
"x-prompt": {
"message": "Choose a prebuilt theme name:",
"type": "list",
"items": [
{ "value": "base", "label": "Default [ Preview: https://jqwidgets.com/angular/ ]" },
{ "value": "fluent", "label": "Fluent" },
{ "value": "material", "label": "Material Blue" },
{ "value": "material-green", "label": "Material Green" },
{ "value": "material-purple", "label": "Material Purple" },
{ "value": "light", "label": "Light" },
{ "value": "dark", "label": "Dark" }
]
}
},
"style": {
"description": "The file extension to be used for style files.",
"type": "string"
}
},
"required": []
}