Browse Source

Change description

pull/14445/head
Mahmut Gundogdu 3 years ago
parent
commit
8a36e890cb
  1. 4
      npm/ng-packs/packages/schematics/src/commands/change-theme/schema.json

4
npm/ng-packs/packages/schematics/src/commands/change-theme/schema.json

@ -5,7 +5,7 @@
"type": "object",
"properties": {
"name": {
"description": "The file extension or preprocessor to use for style files.",
"description": "The name of theme will change.",
"type": "integer",
"default": 1,
"enum": [1, 2, 3, 4],
@ -21,7 +21,7 @@
}
},
"targetProject": {
"description": "The name of the project will change the style",
"description": "The name of the project will change the style.The project type must be 'application'",
"type": "string",
"x-prompt": "Please enter the project name"
}

Loading…
Cancel
Save