fix: docs with wrong identifiers

Signed-off-by: Sayak Mukhopadhyay <mukhopadhyaysayak@gmail.com>
This commit is contained in:
Sayak Mukhopadhyay
2023-01-17 20:11:05 +05:30
parent 974e5f2864
commit 783eb151a2
@@ -94,14 +94,14 @@ import {
createScaffolderFieldExtension,
} from '@backstage/plugin-scaffolder';
import {
ValidateKebabCase,
ValidateKebabCaseExtension,
validateKebabCaseValidation,
} from './ValidateKebabCase';
export const ValidateKebabCaseFieldExtension = scaffolderPlugin.provide(
createScaffolderFieldExtension({
name: 'ValidateKebabCase',
component: ValidateKebabCase,
component: ValidateKebabCaseExtension,
validation: validateKebabCaseValidation,
}),
);
@@ -173,7 +173,7 @@ spec:
title: Name
type: string
description: My custom name for the component
ui:field: ValidateKebabCaseExtension
ui:field: ValidateKebabCase
steps:
[...]
```