Initial Upload
This commit is contained in:
6
views/module-html-preview.twig
Normal file
6
views/module-html-preview.twig
Normal file
@@ -0,0 +1,6 @@
|
||||
<iframe scrolling="no"
|
||||
src="{{ url_for("module.getResource", {regionId: regionId, id: widgetId}) }}?preview=1"
|
||||
width="{{ width }}px"
|
||||
height="{{ height }}px"
|
||||
style="border:0;"
|
||||
></iframe>
|
||||
Reference in New Issue
Block a user