Skip to content

Commit

Permalink
Remove unregistration of video block (#15808)
Browse files Browse the repository at this point in the history
  • Loading branch information
pinarol authored and hypest committed May 27, 2019
1 parent cb127c9 commit de1960a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/edit-post/src/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export function initializeEditor() {
if ( typeof __DEV__ === 'undefined' || ! __DEV__ ) {
unregisterBlockType( 'core/code' );
unregisterBlockType( 'core/more' );
unregisterBlockType( 'core/video' );
}
}

0 comments on commit de1960a

Please sign in to comment.