From 62d1f09f6e98454c2e127b9c7a9a5e723ef8ef6c Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 16 May 2021 13:20:33 +0200 Subject: [PATCH] add tinymce plugin link --- assets/js/addons/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/addons/editor.js b/assets/js/addons/editor.js index 75c06f0..f4573b2 100644 --- a/assets/js/addons/editor.js +++ b/assets/js/addons/editor.js @@ -8,7 +8,7 @@ module.exports = function() { base_url: '/vendor/tinymce/', cache_suffix: '?v=4.1.6', language: 'fr_FR', - plugins: 'print preview importcss searchreplace visualblocks visualchars fullscreen template table charmap hr pagebreak nonbreaking toc insertdatetime advlist lists wordcount textpattern noneditable help charmap quickbars', + plugins: 'print preview importcss searchreplace visualblocks visualchars fullscreen template table charmap hr pagebreak nonbreaking toc insertdatetime advlist lists wordcount textpattern noneditable help charmap quickbars link', menubar: 'file edit view insert format tools table tc help', toolbar: 'undo redo | bold italic underline strikethrough | fontselect fontsizeselect formatselect | alignleft aligncenter alignright alignjustify | outdent indent | numlist bullist checklist | forecolor backcolor casechange permanentpen formatpainter removeformat | pagebreak | charmap | fullscreen preview | code', importcss_append: true,