Merge pull request #4942 from nbianca/preview_plugin_outlet

Added plugin outlet near editor's preview.
This commit is contained in:
Sam 2017-06-27 17:34:31 -04:00 committed by GitHub
commit d4dbcca91b
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-wrapper {{if forcePreview 'force-preview'}}">
<div class="d-editor-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> </div>
</div> </div>