I’m struggling with adding html code to cms blocks and pages via the WYSIWYG editor in Magento 2.1.x(10). In WYSIWYG editor of cms block I enter: <div class=”classname” data-url='{{store url=”about-us”}}’> Click “SAVE”, and what I get is: <div class=”classname” data-url=”{{store url="about-us"}}”> I also tried with adding a href tag. Tried with all combinations of braces.Read more