Skip to content

Magento2 Custom Page Builder, doesn’t render widgets on frontend

I have a problem with the page builder on my custom module. In the adminhtml, everything is working fine, and my code propeller is saved to DB, but when I’m trying “echo” my code, the widget isn’t displayed. I can see for example {{widget type="MagentoCmsBlockWidgetPageLink" anchor_text="test" title="test" template="widget/link/link_block.phtml" page_id="1"}} instead of my widget. Does anyone know how to render this code?