Ghost/ghost/admin/app/components/gh-html-iframe.hbs

8 lines
431 B
Handlebars
Raw Normal View History

<div
{{did-insert this.replaceIframeContents}}
{{did-update this.replaceIframeContents @html}}
...attributes
>
<iframe class="w-100 h-100" title="Site preview" data-testid="iframe-html" {{did-insert this.registerIframe}} {{on "load" this.didLoad}}></iframe>
<iframe class="w-100 h-100" title="Page preview" data-testid="iframe-html" {{did-insert this.registerIframe}} {{on "load" this.didLoad}}></iframe>
</div>