Can I prevent the HTML picture element from being erased? #705
-
Hello all! I searched, but I do not found an answer where the picture-Tag will be erase. Is it possible to prevent yellow from erasing this tag? Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Currently Yellow doesn't support the Let us know if you need further help. |
Beta Was this translation helpful? Give feedback.
Currently Yellow doesn't support the
<picture
> element. The list of allowed HTML tags and attributes is maintained in the Core extension. Open the filecore.php
and search for thenormaliseData
function around line 3395. You can add missing tags to the$elementsHtml
array, however this will be overwritten with the next extension update. Therefore don't hesitate to publish your modifications and conclude with a pull request.Let us know if you need further help.