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) {