From a284bb1e89fa1ff17a1ca20a907f65b2eefe1988 Mon Sep 17 00:00:00 2001
From: Fabian Galinski <fabian@sgalinski.de>
Date: Thu, 14 Sep 2017 18:50:13 +0200
Subject: [PATCH] [TASK] Add an explanation for the new option
 "style_formats_autohide"

---
 Configuration/TinyMce/standard.js | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Configuration/TinyMce/standard.js b/Configuration/TinyMce/standard.js
index 71edcf2..2232ade 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
+});
-- 
GitLab