diff --git a/projects/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-block-editor-assets.php b/projects/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-block-editor-assets.php index 926ce347458d3..c09c77952acd7 100644 --- a/projects/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-block-editor-assets.php +++ b/projects/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-block-editor-assets.php @@ -96,6 +96,7 @@ class WPCOM_REST_API_V2_Endpoint_Block_Editor_Assets extends WP_REST_Controller 'premium-content/logged-out-view', 'premium-content/login-button', 'premium-content/subscriber-view', + 'videopress/video', ); /** diff --git a/projects/plugins/jetpack/changelog/feat-editor-assets-endpoint-allows-videopress b/projects/plugins/jetpack/changelog/feat-editor-assets-endpoint-allows-videopress new file mode 100644 index 0000000000000..a099bf8f0c479 --- /dev/null +++ b/projects/plugins/jetpack/changelog/feat-editor-assets-endpoint-allows-videopress @@ -0,0 +1,4 @@ +Significance: patch +Type: other + +Editor assets endpoint: allow the VideoPress block type.