Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tinymce4_rte
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
TYPO3
tinymce4_rte
Merge requests
!10
Typo3v8compatibility
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Typo3v8compatibility
typo3v8compatibility
into
master
Overview
0
Commits
20
Changes
1
Merged
Fabian Galinski
requested to merge
typo3v8compatibility
into
master
7 years ago
Overview
0
Commits
20
Changes
1
Expand
0
0
Merge request reports
Viewing commit
a284bb1e
Prev
Next
Show latest version
1 file
+
4
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a284bb1e
[TASK] Add an explanation for the new option "style_formats_autohide"
· a284bb1e
Fabian Galinski
authored
7 years ago
Configuration/TinyMce/standard.js
+
4
−
1
Options
@@ -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