cleanup(angular): remove unused index from schema options using default source projectName (#15672)
This commit is contained in:
parent
72d64b66b0
commit
8f2830c939
@ -11,7 +11,7 @@
|
||||
"projectName": {
|
||||
"type": "string",
|
||||
"description": "The name of the project.",
|
||||
"$default": { "$source": "projectName", "index": 0 },
|
||||
"$default": { "$source": "projectName" },
|
||||
"examples": ["ui-samples"],
|
||||
"x-priority": "important"
|
||||
},
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
"project": {
|
||||
"type": "string",
|
||||
"description": "The name of the project where the component is located.",
|
||||
"$default": { "$source": "projectName", "index": 0 },
|
||||
"$default": { "$source": "projectName" },
|
||||
"x-dropdown": "projects",
|
||||
"x-prompt": "What project is the component located in?",
|
||||
"x-priority": "important"
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
"project": {
|
||||
"type": "string",
|
||||
"description": "The name of the project.",
|
||||
"$default": { "$source": "projectName", "index": 0 },
|
||||
"$default": { "$source": "projectName" },
|
||||
"x-dropdown": "projects"
|
||||
},
|
||||
"name": {
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"project": {
|
||||
"type": "string",
|
||||
"description": "The name of the project to add cypress component testing configuration to",
|
||||
"$default": { "$source": "projectName", "index": 0 },
|
||||
"$default": { "$source": "projectName" },
|
||||
"x-dropdown": "projects",
|
||||
"x-prompt": "What project should we add Cypress component testing to?",
|
||||
"x-priority": "important"
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
"project": {
|
||||
"type": "string",
|
||||
"description": "The name of the project.",
|
||||
"$default": { "$source": "projectName", "index": 0 },
|
||||
"$default": { "$source": "projectName" },
|
||||
"x-dropdown": "projects"
|
||||
},
|
||||
"name": {
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
"project": {
|
||||
"type": "string",
|
||||
"description": "The name of the project.",
|
||||
"$default": { "$source": "projectName", "index": 0 },
|
||||
"$default": { "$source": "projectName" },
|
||||
"x-dropdown": "projects"
|
||||
},
|
||||
"name": {
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
"project": {
|
||||
"type": "string",
|
||||
"description": "The name of the project.",
|
||||
"$default": { "$source": "projectName", "index": 0 },
|
||||
"$default": { "$source": "projectName" },
|
||||
"x-dropdown": "projects"
|
||||
},
|
||||
"name": {
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
"project": {
|
||||
"type": "string",
|
||||
"description": "The name of the project.",
|
||||
"$default": { "$source": "projectName", "index": 0 },
|
||||
"$default": { "$source": "projectName" },
|
||||
"x-dropdown": "projects",
|
||||
"x-priority": "important"
|
||||
},
|
||||
|
||||
@ -9,8 +9,7 @@
|
||||
"type": "string",
|
||||
"description": "The name of the project.",
|
||||
"$default": {
|
||||
"$source": "projectName",
|
||||
"index": 0
|
||||
"$source": "projectName"
|
||||
},
|
||||
"examples": ["ui-samples"],
|
||||
"x-priority": "important"
|
||||
|
||||
@ -9,8 +9,7 @@
|
||||
"type": "string",
|
||||
"description": "The name of the project where the component is located.",
|
||||
"$default": {
|
||||
"$source": "projectName",
|
||||
"index": 0
|
||||
"$source": "projectName"
|
||||
},
|
||||
"x-dropdown": "projects",
|
||||
"x-prompt": "What project is the component located in?",
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
"type": "string",
|
||||
"description": "The name of the project.",
|
||||
"$default": {
|
||||
"$source": "projectName",
|
||||
"index": 0
|
||||
"$source": "projectName"
|
||||
},
|
||||
"x-dropdown": "projects"
|
||||
},
|
||||
|
||||
@ -10,8 +10,7 @@
|
||||
"type": "string",
|
||||
"description": "The name of the project to add cypress component testing configuration to",
|
||||
"$default": {
|
||||
"$source": "projectName",
|
||||
"index": 0
|
||||
"$source": "projectName"
|
||||
},
|
||||
"x-dropdown": "projects",
|
||||
"x-prompt": "What project should we add Cypress component testing to?",
|
||||
|
||||
@ -23,8 +23,7 @@
|
||||
"type": "string",
|
||||
"description": "The name of the project.",
|
||||
"$default": {
|
||||
"$source": "projectName",
|
||||
"index": 0
|
||||
"$source": "projectName"
|
||||
},
|
||||
"x-dropdown": "projects"
|
||||
},
|
||||
|
||||
@ -23,8 +23,7 @@
|
||||
"type": "string",
|
||||
"description": "The name of the project.",
|
||||
"$default": {
|
||||
"$source": "projectName",
|
||||
"index": 0
|
||||
"$source": "projectName"
|
||||
},
|
||||
"x-dropdown": "projects"
|
||||
},
|
||||
|
||||
@ -23,8 +23,7 @@
|
||||
"type": "string",
|
||||
"description": "The name of the project.",
|
||||
"$default": {
|
||||
"$source": "projectName",
|
||||
"index": 0
|
||||
"$source": "projectName"
|
||||
},
|
||||
"x-dropdown": "projects"
|
||||
},
|
||||
|
||||
@ -15,8 +15,7 @@
|
||||
"type": "string",
|
||||
"description": "The name of the project.",
|
||||
"$default": {
|
||||
"$source": "projectName",
|
||||
"index": 0
|
||||
"$source": "projectName"
|
||||
},
|
||||
"x-dropdown": "projects",
|
||||
"x-priority": "important"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user