@backstage/plugin-scaffolder-common
Advanced tools
Comparing version 1.5.2-next.0 to 1.5.2-next.1
{ | ||
"name": "@backstage/plugin-scaffolder-common", | ||
"version": "1.5.2-next.0", | ||
"version": "1.5.2-next.1", | ||
"main": "../dist/alpha.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "../dist/alpha.esm.js", |
# @backstage/plugin-scaffolder-common | ||
## 1.5.2-next.1 | ||
### Patch Changes | ||
- 9156654: Capturing more event clicks for scaffolder | ||
## 1.5.2-next.0 | ||
@@ -4,0 +10,0 @@ |
@@ -173,15 +173,21 @@ 'use strict'; | ||
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." | ||
} | ||
} | ||
} | ||
@@ -188,0 +194,0 @@ } |
@@ -169,15 +169,21 @@ var $schema = "http://json-schema.org/draft-07/schema"; | ||
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." | ||
} | ||
} | ||
} | ||
@@ -184,0 +190,0 @@ } |
{ | ||
"name": "@backstage/plugin-scaffolder-common", | ||
"version": "1.5.2-next.0", | ||
"version": "1.5.2-next.1", | ||
"description": "Common functionalities for the scaffolder, to be shared between scaffolder and scaffolder-backend plugin", | ||
@@ -5,0 +5,0 @@ "backstage": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
70338
1131