Skip to content

Commit 64da570

Browse files
author
Imran Momin
committed
made the siteID optional
1 parent 5407d99 commit 64da570

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/ng-add/schema.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,16 @@
66
"properties": {
77
"siteID": {
88
"type": "string",
9-
"description": "You can find the Site ID on Netlify Settings/Genral",
10-
"x-prompt": "API ID( Site ID ) of Netlify project"
9+
"description": "You can find the Site ID on Netlify Settings/General",
10+
"x-prompt": "API ID( Site ID ) of Netlify project (optional)"
1111
},
1212
"netlifyToken": {
1313
"type": "string",
1414
"description": "You can create a new API for free !",
15-
"x-prompt": "Personal Access Tokens of Netlify Account"
15+
"x-prompt": "Personal Access Tokens of Netlify Account (required)"
1616
}
1717
},
1818
"required": [
19-
"siteID",
2019
"netlifyToken"
2120
]
2221
}

0 commit comments

Comments
 (0)