You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jetpack has embed variants for some of the providers we support such as Facebook. The embed block should support all embed variants in Gutenberg and Jetpack.
We would have to refactor how we integrate blocks from Jetpack because these variations overwrite the core ones (reference). This means that we would need to import the Jetpack's embed variations before registering the core blocks for this purpose.
Heads up that there's a new variant being implemented in Jetpack to support Getty Images provider (more info in this PR), so it would be great to include it too.
Description
Jetpack has embed variants for some of the providers we support such as Facebook. The embed block should support all embed variants in Gutenberg and Jetpack.
We would have to refactor how we integrate blocks from Jetpack because these variations overwrite the core ones (reference). This means that we would need to import the Jetpack's embed variations before registering the core blocks for this purpose.
Issue inspired by the discussion on this PR WordPress/gutenberg#34626
The text was updated successfully, but these errors were encountered: