leave only backend changes

Signed-off-by: Alex Rybchenko <arybchenko@box.com>
This commit is contained in:
Alex Rybchenko
2022-11-23 15:53:36 +01:00
parent 596b7cf1a0
commit 777d6c7bdc
4 changed files with 0 additions and 9 deletions
@@ -4,8 +4,6 @@ metadata:
name: bitbucket-demo
title: Test Bitbucket RepoUrlPicker template
description: scaffolder v1beta3 template demo publishing to bitbucket
ui:options:
finishButtonLabel: Publish
spec:
owner: backstage/techdocs-core
type: service
-3
View File
@@ -640,9 +640,6 @@ export type TemplateGroupFilter = {
export type TemplateParameterSchema = {
title: string;
description?: string;
['ui:options']?: {
finishButtonLabel?: string;
};
steps: Array<{
title: string;
description?: string;
@@ -152,7 +152,6 @@ export const TemplatePage = ({
onReset={handleFormReset}
onFinish={handleCreate}
layouts={layouts}
finishButtonLabel={schema['ui:options']?.finishButtonLabel}
steps={schema.steps.map(step => {
return {
...step,
-3
View File
@@ -80,9 +80,6 @@ export type ScaffolderTaskOutput = {
export type TemplateParameterSchema = {
title: string;
description?: string;
['ui:options']?: {
finishButtonLabel?: string;
};
steps: Array<{
title: string;
description?: string;