Merge branch 'master' into add-additional-scaffolder-permissions

Signed-off-by: Frank Kong <50030060+Zaperex@users.noreply.github.com>
This commit is contained in:
Frank Kong
2024-05-02 09:02:19 -04:00
committed by GitHub
384 changed files with 5528 additions and 2449 deletions
@@ -141,19 +141,25 @@
},
"presentation": {
"type": "object",
"description": "A way to redefine the labels for actionable buttons.",
"description": "A way to redefine the presentation of the scaffolder.",
"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."
"buttonLabels": {
"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."
}
}
}
}
},