When I create a block with pagebuilder that includes background images for the rows, image elements and buttons they all get stripped out when using the {{block id=''}} tag on another page
There is nothing listed on the docs about preventing the stripping? is there another method i could include the block on a page without the elements being removed?
This is a screenshot of my block which should have a nice background image:
-
I am guessing you want to add content block in a page built using page builder. In this case you do not have to add content through the markup instead you can do it through GUI as suggested in the dev document docs.magento.com/user-guide/cms/…Vivek Kumar– Vivek Kumar2022年03月08日 12:50:58 +00:00Commented Mar 8, 2022 at 12:50
-
@VivekKumar this has been tested and works. if you create an answer i'll acceptChris Mccabe– Chris Mccabe2022年03月09日 13:15:07 +00:00Commented Mar 9, 2022 at 13:15
-
sure thing ChrisVivek Kumar– Vivek Kumar2022年03月10日 05:51:34 +00:00Commented Mar 10, 2022 at 5:51
1 Answer 1
I am guessing you want to add content block in a page built using page builder. In this case you do not have to add content through the markup instead you can do it through GUI as suggested in Magento developer documentation here