Skip to content

Commit

Permalink
Demo: Fix dirtying demo (and subsequent autosave) (#5425)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth authored Mar 7, 2018
1 parent 98ea5d2 commit 1493345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions post-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ window._wpGutenbergPost.content = {
'<p>Any block can opt into these alignments. The embed block has them also, and is responsive out of the box:</p>',
'<!-- /wp:paragraph -->',

'<!-- wp:embed {"url":"https://vimeo.com/22439234","align":"wide"} -->',
'<figure class="wp-block-embed alignwide">https://vimeo.com/22439234</figure>',
'<!-- wp:embed {"url":"https://vimeo.com/22439234","align":"wide","type":"video","providerNameSlug":"vimeo"} -->',
'<figure class="wp-block-embed alignwide is-type-video is-provider-vimeo">https://vimeo.com/22439234</figure>',
'<!-- /wp:embed -->',

'<!-- wp:paragraph -->',
Expand Down

0 comments on commit 1493345

Please sign in to comment.