cleanup(angular): remove unused index from schema options using default source projectName (#15672)

This commit is contained in:
Leosvel Pérez Espinosa 2023-03-15 09:22:30 +00:00 committed by GitHub
parent 72d64b66b0
commit 8f2830c939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 16 additions and 24 deletions

View File

@ -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"
},

View File

@ -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"

View File

@ -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": {

View File

@ -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"

View File

@ -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": {

View File

@ -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": {

View File

@ -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": {

View File

@ -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"
},

View File

@ -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"

View File

@ -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?",

View File

@ -17,8 +17,7 @@
"type": "string",
"description": "The name of the project.",
"$default": {
"$source": "projectName",
"index": 0
"$source": "projectName"
},
"x-dropdown": "projects"
},

View File

@ -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?",

View File

@ -23,8 +23,7 @@
"type": "string",
"description": "The name of the project.",
"$default": {
"$source": "projectName",
"index": 0
"$source": "projectName"
},
"x-dropdown": "projects"
},

View File

@ -23,8 +23,7 @@
"type": "string",
"description": "The name of the project.",
"$default": {
"$source": "projectName",
"index": 0
"$source": "projectName"
},
"x-dropdown": "projects"
},

View File

@ -23,8 +23,7 @@
"type": "string",
"description": "The name of the project.",
"$default": {
"$source": "projectName",
"index": 0
"$source": "projectName"
},
"x-dropdown": "projects"
},

View File

@ -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"