Skip to content

Commit

Permalink
Fully disable reusable blocks in Widgets Editor
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Jun 24, 2021
1 parent 850332c commit e34e0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-widgets/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { ALLOW_REUSABLE_BLOCKS } from './constants';

const DISABLED_BLOCKS = [
'core/more',
'core/freeform',
'core/freeform',
...( ! ALLOW_REUSABLE_BLOCKS && [ 'core/block' ] ),
];
const ENABLE_EXPERIMENTAL_FSE_BLOCKS = false;
Expand Down

0 comments on commit e34e0f5

Please sign in to comment.