Skip to content

Commit

Permalink
VideoPress: Disable re-usable block feature for video blocks (#31186)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmtr authored and jeherve committed Mar 4, 2019
1 parent db6f20e commit 8837523
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/gutenberg/extensions/videopress/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ const addVideoPressSupport = ( settings, name ) => {
],
},

supports: {
...settings.supports,
reusable: false,
},

edit: withVideoPressEdit( settings.edit ),

save: withVideoPressSave( settings.save ),
Expand Down

0 comments on commit 8837523

Please sign in to comment.