Closed webdreamsnc closed 1 year ago
Am also facing this issue pagebuilder example not working on version 2.4.5
I am using Magento 2.4.5 with PHP8 and the issue seems to be with self closing html tags. For example: <render args="getOptions().template" />
needs to be changed to <render args="getOptions().template"></render>
. After I added proper closing tags where needed I got it working. Hope this helps.
yes it seems to be working thanks @adambois
Thank you @adambois, now it seems to be working!
Also have this same problem with the Quote module. Closing the tags in preview.html does the trick!
Fixed by @eksiugur in PR #38 from eksiugur/37-faq-fix.
And thank you @adambois for providing an earlier solution.
On Magento 2.4.5 FAQ items doesn't works: FAQ Items are not rendered on backend pagebuilder