Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blocks: Update demo content to avoid dirtying embed #7379

Merged
merged 1 commit into from Jun 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions post-content.js
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