Skip to content
Snippets Groups Projects

Typo3v8compatibility

Merged Fabian Galinski requested to merge typo3v8compatibility into master
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
});
Loading