mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Added plugin outlet near editor's preview.
This commit is contained in:
parent
482365b943
commit
81dc1f039d
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue