Merge pull request #22235 from acierto/udpate_template_schema_with_presentation

Updated Template.v1beta3.schema.json, added a missing "presentation" field
This commit is contained in:
Ben Lambert
2024-01-15 10:21:53 +01:00
committed by GitHub
2 changed files with 23 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-common': patch
---
Updated Template.v1beta3.schema.json, added a missing "presentation" field
@@ -139,6 +139,24 @@
}
]
},
"presentation": {
"type": "object",
"description": "A way to redefine the labels for actionable buttons.",
"properties": {
"backButtonText": {
"type": "string",
"description": "A button which return the user to one step back."
},
"createButtonText": {
"type": "string",
"description": "A button which start the execution of the template."
},
"reviewButtonText": {
"type": "string",
"description": "A button which open the review step to verify the input prior to start the execution."
}
}
},
"steps": {
"type": "array",
"description": "A list of steps to execute.",