leave only backend changes
Signed-off-by: Alex Rybchenko <arybchenko@box.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -80,9 +80,6 @@ export type ScaffolderTaskOutput = {
|
||||
export type TemplateParameterSchema = {
|
||||
title: string;
|
||||
description?: string;
|
||||
['ui:options']?: {
|
||||
finishButtonLabel?: string;
|
||||
};
|
||||
steps: Array<{
|
||||
title: string;
|
||||
description?: string;
|
||||
|
||||
Reference in New Issue
Block a user