From c65d47a5b4f83a1203b7047279c801b2e681c91b Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Wed, 10 Jan 2018 06:08:22 +0100 Subject: [PATCH] Fix in texthtmlform --- paramecio/citoplasma/templates/forms/texthtmlform.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paramecio/citoplasma/templates/forms/texthtmlform.phtml b/paramecio/citoplasma/templates/forms/texthtmlform.phtml index 191cf75..9114dcd 100644 --- a/paramecio/citoplasma/templates/forms/texthtmlform.phtml +++ b/paramecio/citoplasma/templates/forms/texthtmlform.phtml @@ -8,7 +8,7 @@ tinymce.init({ selector: '#${form.name_field_id}', height: 500, menubar: true, - plugins: 'print preview fullpage searchreplace autolink directionality visualblocks visualchars fullscreen image link media template codesample table charmap hr pagebreak nonbreaking anchor insertdatetime advlist lists textcolor wordcount imagetools contextmenu colorpicker textpattern', + plugins: 'print preview searchreplace autolink directionality visualblocks visualchars fullscreen image link media template codesample table charmap hr pagebreak nonbreaking anchor insertdatetime advlist lists textcolor wordcount imagetools contextmenu colorpicker textpattern', toolbar: 'formatselect | bold italic strikethrough forecolor backcolor | link | alignleft aligncenter alignright alignjustify | numlist bullist outdent indent | removeformat', content_css: '//www.tinymce.com/css/codepen.min.css', setup: function (editor) {