Added plugin outlet near editor's preview.
This commit is contained in:
parent
482365b943
commit
81dc1f039d
|
@ -28,7 +28,8 @@
|
|||
|
||||
<div class="d-editor-preview-wrapper {{if forcePreview 'force-preview'}}">
|
||||
<div class="d-editor-preview">
|
||||
{{{preview}}}
|
||||
<div class="d-editor-cooked">{{{preview}}}</div>
|
||||
<div class="d-editor-plugin">{{plugin-outlet name="editor-preview"}}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue