Line | |
---|
1 | {
|
---|
2 | "$schema": "http://json-schema.org/schema",
|
---|
3 | "id": "angular-fontawesome-ng-add",
|
---|
4 | "title": "Font Awesome 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 | "iconPackages": {
|
---|
15 | "description": "The icon packages to install.",
|
---|
16 | "type": "array",
|
---|
17 | "items": {
|
---|
18 | "type": "string",
|
---|
19 | "enum": ["free-solid", "free-regular", "free-brands", "pro-solid", "pro-regular", "pro-light", "pro-duotone"]
|
---|
20 | },
|
---|
21 | "default": ["free-solid"],
|
---|
22 | "x-prompt": {
|
---|
23 | "message": "Choose Font Awesome icon packages you would like to use:",
|
---|
24 | "type": "list",
|
---|
25 | "multiselect": true,
|
---|
26 | "items": [
|
---|
27 | {
|
---|
28 | "value": "free-solid",
|
---|
29 | "label": "Free Solid Icons"
|
---|
30 | },
|
---|
31 | {
|
---|
32 | "value": "free-regular",
|
---|
33 | "label": "Free Regular Icons"
|
---|
34 | },
|
---|
35 | {
|
---|
36 | "value": "free-brands",
|
---|
37 | "label": "Free Brands Icons"
|
---|
38 | },
|
---|
39 | {
|
---|
40 | "value": "pro-solid",
|
---|
41 | "label": "Pro Solid Icons [ Requires: https://fontawesome.com/pro ]"
|
---|
42 | },
|
---|
43 | {
|
---|
44 | "value": "pro-regular",
|
---|
45 | "label": "Pro Regular Icons [ Requires: https://fontawesome.com/pro ]"
|
---|
46 | },
|
---|
47 | {
|
---|
48 | "value": "pro-light",
|
---|
49 | "label": "Pro Light Icons [ Requires: https://fontawesome.com/pro ]"
|
---|
50 | },
|
---|
51 | {
|
---|
52 | "value": "pro-duotone",
|
---|
53 | "label": "Pro Duotone Icons [ Requires: https://fontawesome.com/pro ]"
|
---|
54 | }
|
---|
55 | ]
|
---|
56 | }
|
---|
57 | }
|
---|
58 | },
|
---|
59 | "required": [],
|
---|
60 | "additionalProperties": false
|
---|
61 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.