Skip to content
Snippets Groups Projects
Commit a284bb1e authored by Fabian Galinski's avatar Fabian Galinski :pouting_cat:
Browse files

[TASK] Add an explanation for the new option "style_formats_autohide"

parent a081c86b
No related branches found
No related tags found
1 merge request!10Typo3v8compatibility
This commit is part of merge request !10. Comments created here will be created in the context of that merge request.
......@@ -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
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment