Files
CMS-Server/views/module-html-preview.twig
Matt Batchelder 6e3929c459 init commit
2026-02-11 20:55:38 -05:00

6 lines
220 B
Twig

<iframe scrolling="no"
src="{{ url_for("module.getResource", {regionId: regionId, id: widgetId}) }}?preview=1"
width="{{ width }}px"
height="{{ height }}px"
style="border:0;"
></iframe>