diff --git a/Configuration/TinyMce/standard.js b/Configuration/TinyMce/standard.js index 71edcf2394f5b52c0433e39551213c992216ebb1..2232ade043ccf74fc0fd5076bfae1ec603d9ecf2 100644 --- a/Configuration/TinyMce/standard.js +++ b/Configuration/TinyMce/standard.js @@ -56,6 +56,9 @@ tinymce.init({ // ] // } // ], +// Activate this, if you've a lot of "style_formats", which could just be applied to specific tags. This can bring a +// better structure, but if you don't have much, then this option will just confuse the customer. +// style_formats_autohide: true, // formats: { // greenBox: { // block: 'div', @@ -64,4 +67,4 @@ tinymce.init({ // classes: 'box-green' // } // } -}); \ No newline at end of file +});