From a4a829a7c28eb8e7625ebb302ed0af0cedf75c33 Mon Sep 17 00:00:00 2001 From: slawkens1 Date: Mon, 8 Jan 2018 20:02:25 +0100 Subject: [PATCH] * enabled emoticons plugin in tinymce :) --- system/templates/admin.mailer.html.twig | 4 ++-- system/templates/admin.pages.form.html.twig | 4 ++-- system/templates/news.add.html.twig | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/system/templates/admin.mailer.html.twig b/system/templates/admin.mailer.html.twig index d15ef21f..12d4a8e6 100644 --- a/system/templates/admin.mailer.html.twig +++ b/system/templates/admin.mailer.html.twig @@ -3,8 +3,8 @@ tinymce.init({ selector : "textarea", theme : "modern", - plugins: 'print preview searchreplace autolink directionality visualblocks visualchars fullscreen image link media template codesample table charmap hr pagebreak nonbreaking anchor toc insertdatetime advlist lists textcolor wordcount spellchecker imagetools contextmenu colorpicker textpattern help code', - toolbar1: 'formatselect | bold italic strikethrough forecolor backcolor | link | alignleft aligncenter alignright alignjustify | numlist bullist outdent indent | removeformat code', + plugins: 'print preview searchreplace autolink directionality visualblocks visualchars fullscreen image link media template codesample table charmap hr pagebreak nonbreaking anchor toc insertdatetime advlist lists textcolor wordcount spellchecker imagetools contextmenu colorpicker textpattern help code emoticons', + toolbar1: 'formatselect | bold italic strikethrough forecolor backcolor | emoticons link | alignleft aligncenter alignright alignjustify | numlist bullist outdent indent | removeformat code', image_advtab: true, relative_urls : false, remove_script_host : false, diff --git a/system/templates/admin.pages.form.html.twig b/system/templates/admin.pages.form.html.twig index 681485f7..40de7718 100644 --- a/system/templates/admin.pages.form.html.twig +++ b/system/templates/admin.pages.form.html.twig @@ -74,8 +74,8 @@ tinymce.init({ selector : "#body", theme : "modern", - plugins: 'code print preview searchreplace autolink directionality visualblocks visualchars fullscreen image link media template codesample table charmap hr pagebreak nonbreaking anchor toc insertdatetime advlist lists textcolor wordcount spellchecker imagetools contextmenu colorpicker textpattern help', - toolbar1: 'formatselect | bold italic strikethrough forecolor backcolor | link | alignleft aligncenter alignright alignjustify | numlist bullist outdent indent | removeformat code', + plugins: 'code print preview searchreplace autolink directionality visualblocks visualchars fullscreen image link media template codesample table charmap hr pagebreak nonbreaking anchor toc insertdatetime advlist lists textcolor wordcount spellchecker imagetools contextmenu colorpicker textpattern help emoticons', + toolbar1: 'formatselect | bold italic strikethrough forecolor backcolor | emoticons link | alignleft aligncenter alignright alignjustify | numlist bullist outdent indent | removeformat code', image_advtab: true, relative_urls : false, remove_script_host : false, diff --git a/system/templates/news.add.html.twig b/system/templates/news.add.html.twig index 17717bbd..b345cc9f 100644 --- a/system/templates/news.add.html.twig +++ b/system/templates/news.add.html.twig @@ -149,8 +149,8 @@ tinymce.init({ selector : "#body", theme : "modern", - plugins: 'print preview searchreplace autolink directionality visualblocks visualchars fullscreen image link media template codesample table charmap hr pagebreak nonbreaking anchor toc insertdatetime advlist lists textcolor wordcount spellchecker imagetools contextmenu colorpicker textpattern help code', - toolbar1: 'formatselect | bold italic strikethrough forecolor backcolor | link | alignleft aligncenter alignright alignjustify | numlist bullist outdent indent | removeformat code', + plugins: 'print preview searchreplace autolink directionality visualblocks visualchars fullscreen image link media template codesample table charmap hr pagebreak nonbreaking anchor toc insertdatetime advlist lists textcolor wordcount spellchecker imagetools contextmenu colorpicker textpattern help code emoticons', + toolbar1: 'formatselect | bold italic strikethrough forecolor backcolor | emoticons link | alignleft aligncenter alignright alignjustify | numlist bullist outdent indent | removeformat code', image_advtab: true, setup: function(ed){ ed.on('NodeChange', function(e) {