Ghost/ghost/admin/app/templates/lexicalsandbox.hbs
Kevin Ansfield e2d02131aa Added lexical editor design sandbox route
closes https://github.com/TryGhost/Team/issues/1985

- adds `/#/lexicalsandbox` route that renders the `<DesignSandbox />` component from the `@tryghost/koenig-lexical` library
2022-09-27 13:00:16 +01:00

11 lines
294 B
Handlebars

<div class="gh-canvas">
<GhCanvasHeader class="gh-canvas-header">
<h2 class="gh-canvas-title" data-test-screen-title>
Lexical editor components
</h2>
</GhCanvasHeader>
<div class="view-container gh-ds">
<KoenigLexicalSandbox />
</div>
</div>