Skip to content

Commit

Permalink
Blocks: Update demo content to avoid dirtying embed (#7379)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Jun 19, 2018
1 parent 5a65727 commit 555f2ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions post-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ window._wpGutenbergDefaultPost = {
'<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","type":"video","providerNameSlug":"vimeo"} -->',
'<figure class="wp-block-embed alignwide is-type-video is-provider-vimeo">https://vimeo.com/22439234</figure>',
'<!-- /wp:embed -->',
'<!-- wp:core-embed/vimeo {"url":"https://vimeo.com/22439234","align":"wide","type":"video","providerNameSlug":"vimeo"} -->',
'<figure class="wp-block-embed-vimeo wp-block-embed alignwide is-type-video is-provider-vimeo">https://vimeo.com/22439234</figure>',
'<!-- /wp:core-embed/vimeo -->',

'<!-- wp:paragraph -->',
'<p>You can build any block you like, static or dynamic, decorative or plain. Here\'s a pullquote block:</p>',
Expand Down

0 comments on commit 555f2ea

Please sign in to comment.