Commit 2489799c authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Nouveaux elements

parent f7d42b00
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,11 +15,11 @@ use Laminas\Form\Form;
        tinymce.remove();
        tinymce.init({
            selector: '.type2',
            toolbar: 'newdocument undo redo | bold italic underline removeformat | bullist',
            toolbar: 'newdocument undo redo | bold italic underline removeformat | bullist numlist | link',
            resize: true,
            language: 'fr_FR',
            entity_encoding: "raw",
            plugins: 'lists',
            plugins: 'lists link',
            statusbar: true,
            browser_spellcheck: true,
            branding: false,
+2 −2
Original line number Diff line number Diff line
@@ -68,12 +68,12 @@ use UnicaenRenderer\Form\Template\TemplateForm;
        tinymce.init({
            selector: '.corps',
            menubar: 'table',
            toolbar: 'newdocument undo redo | bold italic | numlist bullist table | alignjustify alignleft alignright aligncenter | formatselect template',
            toolbar: 'newdocument undo redo | bold italic | numlist bullist table link | alignjustify alignleft alignright aligncenter | formatselect template',
            block_formats: 'Normal=p;Titre 1=h1;Titre 2=h2;Titre 3=h3',
            resize: true,
            language: 'fr_FR',
            entity_encoding: "raw",
            plugins: 'lists template table',
            plugins: 'lists template table link',
            templates: macros,
            statusbar: true,
            browser_spellcheck: true,