@progress/kendo-angular-dropdowns
Version:
A wide variety of native Angular dropdown components including AutoComplete, ComboBox, DropDownList, DropDownTree, MultiColumnComboBox, MultiSelect, and MultiSelectTree
29 lines (28 loc) • 680 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "SchematicsKendoAngularDropdowns",
"title": "Kendo Angular Dropdowns Options Schema",
"type": "object",
"properties": {
"theme": {
"enum": [
"default",
"bootstrap",
"material"
],
"default": "default",
"description": "The theme to apply"
},
"export": {
"type": "boolean",
"default": false,
"description": "Specifies if declaring module exports the component."
},
"skipInstall": {
"description": "Skip installing Kendo dependency packages.",
"type": "boolean",
"default": false
}
},
"required": []
}