We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5407d99 commit 64da570Copy full SHA for 64da570
src/ng-add/schema.json
@@ -6,17 +6,16 @@
6
"properties": {
7
"siteID": {
8
"type": "string",
9
- "description": "You can find the Site ID on Netlify Settings/Genral",
10
- "x-prompt": "API ID( Site ID ) of Netlify project"
+ "description": "You can find the Site ID on Netlify Settings/General",
+ "x-prompt": "API ID( Site ID ) of Netlify project (optional)"
11
},
12
"netlifyToken": {
13
14
"description": "You can create a new API for free !",
15
- "x-prompt": "Personal Access Tokens of Netlify Account"
+ "x-prompt": "Personal Access Tokens of Netlify Account (required)"
16
}
17
18
"required": [
19
- "siteID",
20
"netlifyToken"
21
]
22
0 commit comments