(no commit message)
authorChristian Weiske <cweiske@cweiske.de>
Wed, 16 Aug 2017 14:08:13 +0000 (16:08 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Wed, 16 Aug 2017 14:08:13 +0000 (16:08 +0200)
README.rst [new file with mode: 0644]

diff --git a/README.rst b/README.rst
new file mode 100644 (file)
index 0000000..8f42714
--- /dev/null
@@ -0,0 +1,11 @@
+::\r
+\r
+    $GLOBALS['TCA']['sys_category']['columns']['description']['config']['richtextConfiguration'] = 'mini';\r
+\r
+This does not work when PageTSconfig ``RTE.default.preset`` is configured. You'd have to set the following Page TSconfig in this case::\r
+\r
+    RTE.config.sys_category.description.preset = mini\r
+\r
+Alternatively, do not use ``RTE.default.preset`` but override the default preset in ``ext_localconf.php``::\r
+\r
+    $GLOBALS['TYPO3_CONF_VARS']['RTE']['Presets']['default'] = 'EXT:extname/Configuration/RTE/Mini.yaml';
\ No newline at end of file