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 767598e commit 07bba34Copy full SHA for 07bba34
packages/schematics/component/schema.json
@@ -8,7 +8,10 @@
8
"type": "string",
9
"format": "path",
10
"description": "The path to create the page",
11
- "visible": false
+ "visible": false,
12
+ "$default": {
13
+ "$source": "workingDirectory"
14
+ }
15
},
16
"project": {
17
packages/schematics/page/schema.json
0 commit comments