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 c7afff8 commit 417d3dfCopy full SHA for 417d3df
libs/ddd/src/schematics/feature/schema.json
@@ -20,13 +20,11 @@
20
"prefix": {
21
"type": "boolean",
22
"description": "Apply the \"feature-\" prefix?",
23
- "x-prompt": "Would you like to add the \"feature-\" prefix?",
24
"default": true
25
},
26
"lazy": {
27
28
"description": "Is this feature module lazy loaded?",
29
- "x-prompt": "Is this feature lazy loaded?",
30
"default": false
31
32
"app": {
@@ -36,7 +34,6 @@
36
34
37
35
"entity": {
38
"type": "string",
39
- "x-prompt": "[Optional] What is the name of the entity to create for this feature? (Leave blank if none)",
40
"description": "Optional entity to create for this feature"
41
42
"type": {
0 commit comments