Capturing more event clicks for scaffolder

Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
bnechyporenko
2024-04-27 20:59:32 +02:00
parent 3102a99f48
commit 9156654290
7 changed files with 74 additions and 33 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."
}
}
}
}
},