Skeleton for Image Node for Tiptap
parent
a28673c8e2
commit
ebdf9cfe41
|
|
@ -623,6 +623,14 @@
|
|||
<img src="#{request.contextPath}/icons/cms-editor/table-split-cells.svg" />
|
||||
</button>
|
||||
</div>
|
||||
<div class="px-2 cms-tiptap-editor-button-row cms-tiptap-editor-media">
|
||||
<button
|
||||
class="btn btn-outline-dark tiptap-insert-image"
|
||||
title="#{CmsAdminMessage['cms_editor.buttons.media.insert_image']}"
|
||||
type="button">
|
||||
<bootstrap:svgIcon icon="image" />
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="cms-tiptap-editor-canvas border"
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue