Files
backstage/.changeset/polite-eagles-invite.md
T
Patrik Oldsberg 3500c13a33 scaffolder: add missing changesets for template editor
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-06-14 10:59:23 +02:00

626 B

@backstage/plugin-scaffolder
@backstage/plugin-scaffolder
minor

A new template editor has been added which is accessible via the context menu on the top right hand corner of the Create page. It allows you to load a template from a local directory, edit it with a preview, execute it in dry-run mode, and view the results. Note that the File System Access API must be supported by your browser for this to be available.

To support the new template editor the ScaffolderApi now has an optional dryRun method, which is implemented by the default ScaffolderClient.