8357691f00
Signed-off-by: bnechyporenko <bnechyporenko@bol.com> Signed-off-by: bogdannechyporenko <bogdannechiporenko@gmail.com>
342 B
342 B
@backstage/plugin-scaffolder
| @backstage/plugin-scaffolder |
|---|
| patch |
Enabling the customization of the last step in the scaffolder template.
To override the content you have to do the next:
scaffolderPlugin.__experimentalReconfigure({
lastStepFormComponent: (props: LastStepFormProps) => (
<YourCustomComponent {...props} />
),
});