Skip to content
Snippets Groups Projects
Commit a1c6e885 authored by Thibaut Vallee's avatar Thibaut Vallee
Browse files

rajout de la gestions de l'encodage des caractères accentuées dans tinymce

parent d48b0ba0
Branches
Tags
No related merge requests found
Pipeline #11196 passed
...@@ -18,6 +18,7 @@ use Zend\Form\Form; ...@@ -18,6 +18,7 @@ use Zend\Form\Form;
toolbar: 'newdocument undo redo | bold italic underline removeformat | bullist', toolbar: 'newdocument undo redo | bold italic underline removeformat | bullist',
resize: true, resize: true,
language: 'fr_FR', language: 'fr_FR',
entity_encoding : "raw",
plugins: 'lists', plugins: 'lists',
statusbar: true, statusbar: true,
browser_spellcheck : true, browser_spellcheck : true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment