tinymce tool bar

This commit is contained in:
Fred Tempez 2023-11-09 13:49:22 +01:00
parent ca1ee90f52
commit b967a09aa5
1 changed files with 2 additions and 2 deletions

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",
@ -55,7 +55,7 @@ tinymce.init({
// Contenu de la barre d'outils
// 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",