--- /dev/null
+::\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