<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed><type>rich</type><version>1.0</version><provider_name>phorkie</provider_name><provider_url>https://p.cweiske.de/</provider_url><title>TYPO3 v8 CKeditor: TCA richtextConfiguration</title><author_name>Anonymous</author_name><cache_age>86400</cache_age><width>900</width><height>900</height><html>&lt;!-- embedding all files of https://p.cweiske.de/478 --&gt;
&lt;link rel="stylesheet" href="https://p.cweiske.de/css/embed.css"/&gt;
&lt;div class="phork" id="478"&gt;
    &lt;div class="phork-file"&gt;
 &lt;div class="phork-content"&gt;
  
&lt;div class="document"&gt;


&lt;pre class="literal-block"&gt;
$GLOBALS['TCA']['sys_category']['columns']['description']['config']['richtextConfiguration'] = 'mini';
&lt;/pre&gt;
&lt;p&gt;This does not work when PageTSconfig &lt;tt class="docutils literal"&gt;RTE.default.preset&lt;/tt&gt; is configured. You'd have to set the following Page TSconfig in this case:&lt;/p&gt;
&lt;pre class="literal-block"&gt;
RTE.config.sys_category.description.preset = mini
&lt;/pre&gt;
&lt;p&gt;Alternatively, do not use &lt;tt class="docutils literal"&gt;RTE.default.preset&lt;/tt&gt; but override the default preset in &lt;tt class="docutils literal"&gt;ext_localconf.php&lt;/tt&gt;:&lt;/p&gt;
&lt;pre class="literal-block"&gt;
$GLOBALS['TYPO3_CONF_VARS']['RTE']['Presets']['default'] = 'EXT:extname/Configuration/RTE/Mini.yaml';
&lt;/pre&gt;
&lt;div class="section" id="links"&gt;
&lt;h1&gt;Links&lt;/h1&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;a class="reference external" href="https://docs.typo3.org/typo3cms/CoreApiReference/Rte/Transformations/Tsconfig/Index.html"&gt;https://docs.typo3.org/typo3cms/CoreApiReference/Rte/Transformations/Tsconfig/Index.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="https://docs.typo3.org/typo3cms/TCAReference/ColumnsConfig/Type/Text.html#richtextconfiguration"&gt;https://docs.typo3.org/typo3cms/TCAReference/ColumnsConfig/Type/Text.html#richtextconfiguration&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="https://docs.typo3.org/typo3cms/extensions/core/Changelog/8.6/Feature-79216-AddYAMLConfigurationForCKEditorRTE.html"&gt;https://docs.typo3.org/typo3cms/extensions/core/Changelog/8.6/Feature-79216-AddYAMLConfigurationForCKEditorRTE.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;

 &lt;/div&gt;
 &lt;div class="phork-meta"&gt;
  &lt;a href="https://p.cweiske.de/478/rev-raw/ae2d36ae0feae4f3c23a51d6df80c3eeee79d739/README.rst" style="float: right"&gt;view raw source&lt;/a&gt;
  &lt;a href="https://p.cweiske.de/478#README.rst"&gt;README.rst&lt;/a&gt;
 &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</html></oembed>
