[9.2.23] Tinymce barre d'outils
This commit is contained in:
parent
27beca355a
commit
a040c6aac0
@ -10,7 +10,7 @@
|
||||
- réinitialisation du décompte de vérification lors de l'activation de l'option
|
||||
- Modifications :
|
||||
- TinyMCE : libellé des fonctions "Afficher dans"
|
||||
- TinyMCE : boutons souligné et barré dans la barre d'outils.
|
||||
- TinyMCE : nouvelle organisation de la barre d'outils.
|
||||
- Module Form : option permettant d'ajouter le premier mail dans le formulaire au message de notification (Reply To) afin de répondre directement au message.
|
||||
- Configuration du site :
|
||||
- bouton affichant le numéro de la version en ligne.
|
||||
|
6
core/vendor/tinymce/init.js
vendored
6
core/vendor/tinymce/init.js
vendored
@ -18,9 +18,9 @@ tinymce.init({
|
||||
// Langue
|
||||
language: "fr_FR",
|
||||
// Plugins
|
||||
plugins: "advlist anchor autolink autoresize autosave codemirror codesample colorpicker contextmenu fullscreen hr image imagetools link lists media paste searchreplace stickytoolbar tabfocus table template textcolor visualblocks",
|
||||
plugins: "advlist anchor autolink autoresize autosave codemirror colorpicker contextmenu fullscreen hr image imagetools link lists media paste searchreplace stickytoolbar tabfocus table template textcolor visualblocks",
|
||||
// Contenu de la barre d'outils
|
||||
toolbar: "restoredraft | undo redo | styleselect | bold italic underline strikethrough forecolor backcolor | alignleft aligncenter alignright alignjustify | bullist numlist | insert | code visualblocks fullscreen",
|
||||
toolbar: "restoredraft | undo redo | styleselect | bold italic underline strikethrough forecolor backcolor | alignleft aligncenter alignright alignjustify | bullist numlist | image media link anchor inserttable hr template code visualblocks fullscreen",
|
||||
// CodeMirror
|
||||
codemirror: {
|
||||
indentOnInit: true, // Whether or not to indent code on init.
|
||||
@ -94,7 +94,7 @@ tinymce.init({
|
||||
// toolbar: [ 'undo', 'bold', 'italic', 'styleselect' ]
|
||||
//},
|
||||
// Contenu du bouton insérer
|
||||
insert_button_items: "image link media template codesample inserttable | hr | anchor",
|
||||
insert_button_items: "anchor hr ",
|
||||
// Contenu du bouton formats
|
||||
style_formats: [
|
||||
{title: "Headers", items: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user