UNPKG

801 BJSONView Raw
1{
2 "$schema": "http://json-schema.org/schema",
3 "$id": "ngx-bootstrap-ng-add",
4 "title": "Ngx-bootstrap ng-add schematic",
5 "type": "object",
6 "properties": {
7 "project": {
8 "type": "string",
9 "description": "The name of the project.",
10 "$default": {
11 "$source": "projectName"
12 }
13 },
14 "component": {
15 "type": "string",
16 "description": "The name of the module which you need. Available values: accordion, alerts, buttons, carousel, collapse, datepicker, dropdowns, modals, pagination, popover, progressbar, rating, sortable, tabs, timepicker, tooltip, typeahead"
17 },
18 "stylesExtension": {
19 "type": "string",
20 "description": "Style extensions which you can choose for project. Available values: css, scss"
21 }
22 },
23 "required": []
24}