Ghost-Admin/app/components/gh-site-iframe.hbs

11 lines
334 B
Handlebars

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