Project

General

Profile

Bug #101360

Updated by Sybille Peters 10 months ago

Since TYPO3 v12 (ckeditor 5) some attributes for element a are not persisted. 

 Specifically: 

 - class 
 - rel 
 - target 

 h2. Reproduce 

 Enter something like this in Source mode of RTE and switch to non-Source mode: RTE: 

 <pre> 
 <p> 
     <a class="hallo" href="https://sdfsfsd.de" title="hallo" target="_top" rel="nofollow">link</a> 
 </p> 


 </pre> 


 The additional attributes class,target and rel are then removed, which should not happen. 

 I used the following TSConfig: 

 <pre> rte_ckeditor must be configured correctly. 
 RTE.default.preset = full 
 </pre>

Back