mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-12 16:14:25 +03:00
e2d02131aa
closes https://github.com/TryGhost/Team/issues/1985 - adds `/#/lexicalsandbox` route that renders the `<DesignSandbox />` component from the `@tryghost/koenig-lexical` library
11 lines
294 B
Handlebars
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> |