forked from ZwiiCMS-Team/ZwiiCampus
tinymce tool bar
This commit is contained in:
parent
c667d79e02
commit
124d800a5a
4
core/vendor/tinymce/init.js
vendored
4
core/vendor/tinymce/init.js
vendored
@ -41,7 +41,7 @@ tinymce.init({
|
|||||||
},
|
},
|
||||||
format: {
|
format: {
|
||||||
title: "Format",
|
title: "Format",
|
||||||
items: " bold underline strikethrough superscript subscript | | formats | removeformat"
|
items: " italic bold underline strikethrough superscript subscript | | formats | removeformat"
|
||||||
},
|
},
|
||||||
tools: {
|
tools: {
|
||||||
title: "Tools",
|
title: "Tools",
|
||||||
@ -54,7 +54,7 @@ tinymce.init({
|
|||||||
},
|
},
|
||||||
// Contenu de la barre d'outils
|
// Contenu de la barre d'outils
|
||||||
toolbar: [
|
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,
|
toolbar_sticky: true,
|
||||||
fontsize_formats: "8pt 9pt 10pt 11pt 12pt 14pt 18pt 24pt 30pt 36pt 48pt 60pt 72pt 96pt",
|
fontsize_formats: "8pt 9pt 10pt 11pt 12pt 14pt 18pt 24pt 30pt 36pt 48pt 60pt 72pt 96pt",
|
||||||
|
Loading…
Reference in New Issue
Block a user