Merge remote-tracking branch 'origin/master' into rec-tasks-version-1

# Conflicts:
#	plugins/scaffolder-common/src/Template.v1beta3.schema.json
This commit is contained in:
bnechyporenko
2024-01-16 13:05:00 +01:00
69 changed files with 800 additions and 335 deletions
@@ -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."
}
}
},
"EXPERIMENTAL_recovery": {
"type": "object",
"description": "A task recovery section.",