mirror of
https://github.com/flextype/flextype.git
synced 2025-08-16 01:54:28 +02:00
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user