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 22, 2021
1 parent 2f17ca5 commit c6a7f9a
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 c6a7f9a

Please sign in to comment.