tinymce tool bar

This commit is contained in:
Fred Tempez 2023-11-09 13:49:20 +01:00
parent c667d79e02
commit 124d800a5a

View File

@ -41,7 +41,7 @@ tinymce.init({
},
format: {
title: "Format",
items: " bold underline strikethrough superscript subscript | | formats | removeformat"
items: " italic bold underline strikethrough superscript subscript | | formats | removeformat"
},
tools: {
title: "Tools",
@ -54,7 +54,7 @@ tinymce.init({
},
// Contenu de la barre d'outils
toolbar: [
"undo redo | fontsizeselect | h1 h2 h3 | alignleft aligncenter alignright alignjustify | bold forecolor backcolor| bullist numlist | link image media | outdent indent removeformat | fullscreen",
"undo redo | fontsizeselect | italic bold forecolor backcolor | h1 h2 h3 | | bullist numlist | alignleft aligncenter alignright alignjustify | outdent indent removeformat | link image media |fullscreen",
],
toolbar_sticky: true,
fontsize_formats: "8pt 9pt 10pt 11pt 12pt 14pt 18pt 24pt 30pt 36pt 48pt 60pt 72pt 96pt",