Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove screencast.com embed block variation. (#70480)
Co-authored-by: peterwilsoncc <[email protected]>
Co-authored-by: fabiankaegy <[email protected]>
Co-authored-by: swissspidy <[email protected]>
  • Loading branch information
4 people authored and t-hamano committed Jun 30, 2025
commit a7e5cb59474402b1d2af40d56ef6617f7699158b
8 changes: 0 additions & 8 deletions packages/block-library/src/embed/variations.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,14 +251,6 @@ const variations = [
patterns: [ /^https?:\/\/(www\.)?reverbnation\.com\/.+/i ],
attributes: { providerNameSlug: 'reverbnation', responsive: true },
},
{
name: 'screencast',
title: getTitle( 'Screencast' ),
icon: embedVideoIcon,
description: __( 'Embed Screencast content.' ),
patterns: [ /^https?:\/\/(www\.)?screencast\.com\/.+/i ],
attributes: { providerNameSlug: 'screencast', responsive: true },
},
{
name: 'scribd',
title: getTitle( 'Scribd' ),
Expand Down