Make last step (a summary page of scaffolder template) configurable.
Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
'@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:
|
||||
|
||||
```typescript
|
||||
scaffolderPlugin.__experimentalReconfigure({
|
||||
lastStepFormComponent: (props: LastStepFormProps) => (
|
||||
<YourCustomComponent {...props} />
|
||||
),
|
||||
});
|
||||
```
|
||||
Reference in New Issue
Block a user