Skip to content

Commit

Permalink
Remove Vine embed (#4521)
Browse files Browse the repository at this point in the history
Vine is no longer a supported oembed provider since WordPress 4.9.0, it can be removed from Gutenberg to match.
  • Loading branch information
walterebert authored and pento committed Jan 17, 2018
1 parent c433d76 commit acd3d22
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 48 deletions.
7 changes: 0 additions & 7 deletions blocks/library/embed/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -494,13 +494,6 @@ registerBlockType(
keywords: [ __( 'video' ) ],
} )
);
registerBlockType(
'core-embed/vine',
getEmbedBlockSettings( {
title: 'Vine',
icon: 'embed-video',
} )
);
registerBlockType(
'core-embed/wordpress-tv',
getEmbedBlockSettings( {
Expand Down
6 changes: 0 additions & 6 deletions blocks/test/fixtures/core-embed__vine.html

This file was deleted.

14 changes: 0 additions & 14 deletions blocks/test/fixtures/core-embed__vine.json

This file was deleted.

14 changes: 0 additions & 14 deletions blocks/test/fixtures/core-embed__vine.parsed.json

This file was deleted.

6 changes: 0 additions & 6 deletions blocks/test/fixtures/core-embed__vine.serialized.html

This file was deleted.

2 changes: 1 addition & 1 deletion blocks/test/fixtures/core__pullquote__multi-paragraph.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"Paragraph ",
{
"type": "strong",
"key": "_domReact68",
"key": "_domReact67",
"ref": null,
"props": {
"children": "one"
Expand Down

0 comments on commit acd3d22

Please sign in to comment.