Files
backstage/.changeset/angry-trees-relax.md
T
bnechyporenko be2ee4cc66 Updated api-report.md
Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
2022-10-14 13:23:05 +02:00

342 B

@backstage/plugin-scaffolder
@backstage/plugin-scaffolder
patch

Enabling the customization of the last page in the scaffolder template.

To override the content you have to do the next:

scaffolderPlugin.__experimentalReconfigure({
  lastStepFormComponent: (props: LastStepFormProps) => (
    <YourCustomComponent {...props} />
  ),
});