Closed
Description
Preconditions
- M2.1 CE & EE
Steps to reproduce
- Create CMS block or CMS page
- Disable Editor
- Insert content
<div style="background:url({{media url="whatever.jpg"}})">
</div>
- Enable editor
Expected result
<div style="background: url('{{media url="whatever.jpg"}}');"> </div>
Actual result
<div style="background: url('{{media url=;"> </div>
- It can destroy look of all page in some conditions
Note
If you use this HTML code in one row, it wont be damaged by editor validation.