Files
Cloud-CMS/views/module-html-preview.twig
Matt Batchelder 05ce0da296 Initial Upload
2025-12-02 10:32:59 -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>