Ghost/ghost/admin/app/components/gh-site-iframe.hbs
2021-05-24 18:59:21 +01:00

10 lines
292 B
Handlebars

<iframe
class="site-frame {{if this.isInvisible "invisible"}}"
src={{this.srcUrl}}
frameborder="0"
allowtransparency="true"
{{did-insert this.attachMessageListener}}
{{did-update this.resetSrcAttribute @guid}}
{{on "load" this.onLoad}}
...attributes
></iframe>