t3x-rte_ckeditor_image
t3x-rte_ckeditor_image copied to clipboard
Linking an image not working
When a link is set on an image, the "a" tag gets removed after saving and is not rendered in the frontend. (Typo3 v12) I know that this worked in version 11 of Typo3 and this extension.
Steps to reproduce To reproduce the problem:
- Add image to RTE field
- Select the image and set a link (The link appears in the rte source)
- Save
- After reinspecting the source of the RTE the link is gone.
Screenshots or logs
Environment
- TYPO3 version: 12.4
- PHP version: 8.3
- Extension version: 12.0
Documentation Have you checked the readme/documentation?
- [x] Yes, but I couldn't find anything helpful