Added plugin outlet near editor's preview.

This commit is contained in:
Bianca Nenciu 2017-06-26 12:13:27 +03:00
parent 482365b943
commit 81dc1f039d
1 changed files with 2 additions and 1 deletions

View File

@ -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>