1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-16 01:54:28 +02:00

Editor.js integration #122 #117

- next round of integration
This commit is contained in:
Awilum
2019-06-02 16:20:14 +03:00
parent 2a38c11ea4
commit d0df3f941a

View File

@@ -266,6 +266,9 @@
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-form-validator/2.3.26/jquery.form-validator.min.js"></script>
<script>
{% if is_current_path('admin.entries.edit') %}
/**
* Module to compose output JSON preview
*/
@@ -380,7 +383,6 @@
class: InlineCode,
shortcut: 'CMD+SHIFT+C'
},
linkTool: LinkTool,
embed: Embed,
table: {
class: Table,
@@ -414,6 +416,8 @@
});
});
{% endif %}
new ClipboardJS('.js-clipboard-btn');
bsCustomFileInput.init();