Skip to content

Commit 417d3df

Browse files
committed
don't make schematics prompt for every option
1 parent c7afff8 commit 417d3df

File tree

2 files changed

+12513
-3
lines changed

2 files changed

+12513
-3
lines changed

libs/ddd/src/schematics/feature/schema.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@
2020
"prefix": {
2121
"type": "boolean",
2222
"description": "Apply the \"feature-\" prefix?",
23-
"x-prompt": "Would you like to add the \"feature-\" prefix?",
2423
"default": true
2524
},
2625
"lazy": {
2726
"type": "boolean",
2827
"description": "Is this feature module lazy loaded?",
29-
"x-prompt": "Is this feature lazy loaded?",
3028
"default": false
3129
},
3230
"app": {
@@ -36,7 +34,6 @@
3634
},
3735
"entity": {
3836
"type": "string",
39-
"x-prompt": "[Optional] What is the name of the entity to create for this feature? (Leave blank if none)",
4037
"description": "Optional entity to create for this feature"
4138
},
4239
"type": {

0 commit comments

Comments
 (0)