1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-15 01:24:25 +02:00

Editor.js integration #122 #117

- trumbowyg removed
This commit is contained in:
Awilum
2019-06-05 12:40:42 +03:00
parent ad4494a576
commit a4c6c3cc38

View File

@@ -1,7 +1,6 @@
<div class="js-editor">
<div id="{{ form_element }}" class="editor"></div>
<textarea id="textarea_{{ form_element }}" name="{{ form_element }}_json" rows="8" cols="80" style="display:none;">{{ form_value }}</textarea>
<a href="javascript:;" id="saveButton{{ form_element }}" class="js-editor-save-button">save</a>
</div>
<script>