<?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 10: Backend RTE does not allow links to typo3 pages</title><author_name>Christian Weiske</author_name><cache_age>86400</cache_age><width>900</width><height>900</height><html>&lt;!-- embedding all files of https://p.cweiske.de/745 --&gt;
&lt;link rel="stylesheet" href="https://p.cweiske.de/css/embed.css"/&gt;
&lt;div class="phork" id="745"&gt;
    &lt;div class="phork-file"&gt;
 &lt;div class="phork-content"&gt;
  
&lt;div class="document"&gt;


&lt;p&gt;Happened with custom RTE configurations.&lt;/p&gt;
&lt;p&gt;Solution was to include the TYPO3 ckeditor RTE plugins:&lt;/p&gt;
&lt;pre class="literal-block"&gt;
+++ public/typo3conf/ext/myext/Configuration/RTE/Article.yaml
+++ public/typo3conf/ext/myext/Configuration/RTE/Article.yaml
&amp;#64;&amp;#64; -21,3 +21,4 &amp;#64;&amp;#64; editor:
 imports:
   - resource: &amp;quot;EXT:rte_ckeditor/Configuration/RTE/Processing.yaml&amp;quot;
   - resource: &amp;quot;EXT:rte_ckeditor/Configuration/RTE/Editor/Base.yaml&amp;quot;
+  - resource: &amp;quot;EXT:rte_ckeditor/Configuration/RTE/Editor/Plugins.yaml&amp;quot;
&lt;/pre&gt;
&lt;/div&gt;

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