Skeleton for Image Node for Tiptap

pull/10/head
Jens Pelzetter 2021-09-28 20:16:00 +02:00
parent a28673c8e2
commit ebdf9cfe41
2 changed files with 633 additions and 714 deletions

View File

@ -623,6 +623,14 @@
<img src="#{request.contextPath}/icons/cms-editor/table-split-cells.svg" /> <img src="#{request.contextPath}/icons/cms-editor/table-split-cells.svg" />
</button> </button>
</div> </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>
<div <div
class="cms-tiptap-editor-canvas border" class="cms-tiptap-editor-canvas border"

File diff suppressed because it is too large Load Diff