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": {
|
"projectName": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the project.",
|
"description": "The name of the project.",
|
||||||
"$default": { "$source": "projectName", "index": 0 },
|
"$default": { "$source": "projectName" },
|
||||||
"examples": ["ui-samples"],
|
"examples": ["ui-samples"],
|
||||||
"x-priority": "important"
|
"x-priority": "important"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
"project": {
|
"project": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the project where the component is located.",
|
"description": "The name of the project where the component is located.",
|
||||||
"$default": { "$source": "projectName", "index": 0 },
|
"$default": { "$source": "projectName" },
|
||||||
"x-dropdown": "projects",
|
"x-dropdown": "projects",
|
||||||
"x-prompt": "What project is the component located in?",
|
"x-prompt": "What project is the component located in?",
|
||||||
"x-priority": "important"
|
"x-priority": "important"
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
"project": {
|
"project": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the project.",
|
"description": "The name of the project.",
|
||||||
"$default": { "$source": "projectName", "index": 0 },
|
"$default": { "$source": "projectName" },
|
||||||
"x-dropdown": "projects"
|
"x-dropdown": "projects"
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
"project": {
|
"project": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the project to add cypress component testing configuration to",
|
"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-dropdown": "projects",
|
||||||
"x-prompt": "What project should we add Cypress component testing to?",
|
"x-prompt": "What project should we add Cypress component testing to?",
|
||||||
"x-priority": "important"
|
"x-priority": "important"
|
||||||
|
|||||||
@ -25,7 +25,7 @@
|
|||||||
"project": {
|
"project": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the project.",
|
"description": "The name of the project.",
|
||||||
"$default": { "$source": "projectName", "index": 0 },
|
"$default": { "$source": "projectName" },
|
||||||
"x-dropdown": "projects"
|
"x-dropdown": "projects"
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
|
|||||||
@ -25,7 +25,7 @@
|
|||||||
"project": {
|
"project": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the project.",
|
"description": "The name of the project.",
|
||||||
"$default": { "$source": "projectName", "index": 0 },
|
"$default": { "$source": "projectName" },
|
||||||
"x-dropdown": "projects"
|
"x-dropdown": "projects"
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
|
|||||||
@ -25,7 +25,7 @@
|
|||||||
"project": {
|
"project": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the project.",
|
"description": "The name of the project.",
|
||||||
"$default": { "$source": "projectName", "index": 0 },
|
"$default": { "$source": "projectName" },
|
||||||
"x-dropdown": "projects"
|
"x-dropdown": "projects"
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
"project": {
|
"project": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the project.",
|
"description": "The name of the project.",
|
||||||
"$default": { "$source": "projectName", "index": 0 },
|
"$default": { "$source": "projectName" },
|
||||||
"x-dropdown": "projects",
|
"x-dropdown": "projects",
|
||||||
"x-priority": "important"
|
"x-priority": "important"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -9,8 +9,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the project.",
|
"description": "The name of the project.",
|
||||||
"$default": {
|
"$default": {
|
||||||
"$source": "projectName",
|
"$source": "projectName"
|
||||||
"index": 0
|
|
||||||
},
|
},
|
||||||
"examples": ["ui-samples"],
|
"examples": ["ui-samples"],
|
||||||
"x-priority": "important"
|
"x-priority": "important"
|
||||||
|
|||||||
@ -9,8 +9,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the project where the component is located.",
|
"description": "The name of the project where the component is located.",
|
||||||
"$default": {
|
"$default": {
|
||||||
"$source": "projectName",
|
"$source": "projectName"
|
||||||
"index": 0
|
|
||||||
},
|
},
|
||||||
"x-dropdown": "projects",
|
"x-dropdown": "projects",
|
||||||
"x-prompt": "What project is the component located in?",
|
"x-prompt": "What project is the component located in?",
|
||||||
|
|||||||
@ -17,8 +17,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the project.",
|
"description": "The name of the project.",
|
||||||
"$default": {
|
"$default": {
|
||||||
"$source": "projectName",
|
"$source": "projectName"
|
||||||
"index": 0
|
|
||||||
},
|
},
|
||||||
"x-dropdown": "projects"
|
"x-dropdown": "projects"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -10,8 +10,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the project to add cypress component testing configuration to",
|
"description": "The name of the project to add cypress component testing configuration to",
|
||||||
"$default": {
|
"$default": {
|
||||||
"$source": "projectName",
|
"$source": "projectName"
|
||||||
"index": 0
|
|
||||||
},
|
},
|
||||||
"x-dropdown": "projects",
|
"x-dropdown": "projects",
|
||||||
"x-prompt": "What project should we add Cypress component testing to?",
|
"x-prompt": "What project should we add Cypress component testing to?",
|
||||||
|
|||||||
@ -23,8 +23,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the project.",
|
"description": "The name of the project.",
|
||||||
"$default": {
|
"$default": {
|
||||||
"$source": "projectName",
|
"$source": "projectName"
|
||||||
"index": 0
|
|
||||||
},
|
},
|
||||||
"x-dropdown": "projects"
|
"x-dropdown": "projects"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -23,8 +23,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the project.",
|
"description": "The name of the project.",
|
||||||
"$default": {
|
"$default": {
|
||||||
"$source": "projectName",
|
"$source": "projectName"
|
||||||
"index": 0
|
|
||||||
},
|
},
|
||||||
"x-dropdown": "projects"
|
"x-dropdown": "projects"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -23,8 +23,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the project.",
|
"description": "The name of the project.",
|
||||||
"$default": {
|
"$default": {
|
||||||
"$source": "projectName",
|
"$source": "projectName"
|
||||||
"index": 0
|
|
||||||
},
|
},
|
||||||
"x-dropdown": "projects"
|
"x-dropdown": "projects"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -15,8 +15,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the project.",
|
"description": "The name of the project.",
|
||||||
"$default": {
|
"$default": {
|
||||||
"$source": "projectName",
|
"$source": "projectName"
|
||||||
"index": 0
|
|
||||||
},
|
},
|
||||||
"x-dropdown": "projects",
|
"x-dropdown": "projects",
|
||||||
"x-priority": "important"
|
"x-priority": "important"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user