be2ee4cc66
Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
342 B
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} />
),
});