Files
backstage/.changeset/angry-trees-relax.md
T
bogdannechyporenko 8357691f00 Incorporated the feedback
Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
Signed-off-by: bogdannechyporenko <bogdannechiporenko@gmail.com>
2022-10-20 00:12:17 +02:00

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} />
  ),
});