Incorporated the feedback
Signed-off-by: bnechyporenko <bnechyporenko@bol.com> Signed-off-by: bogdannechyporenko <bogdannechiporenko@gmail.com>
This commit is contained in:
@@ -7,9 +7,5 @@ Enabling the customization of the last step in the scaffolder template.
|
||||
To override the content you have to do the next:
|
||||
|
||||
```typescript jsx
|
||||
scaffolderPlugin.__experimentalReconfigure({
|
||||
lastStepFormComponent: (props: LastStepFormProps) => (
|
||||
<YourCustomComponent {...props} />
|
||||
),
|
||||
});
|
||||
<TemplatePage LastStepFormComponent={YourCustomComponent}/>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user