diff --git a/.changeset/angry-trees-relax.md b/.changeset/angry-trees-relax.md new file mode 100644 index 0000000000..17fad10e0f --- /dev/null +++ b/.changeset/angry-trees-relax.md @@ -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) => ( + + ), +}); +```