Skip to content

Commit

Permalink
Update name of block supports for accuracy
Browse files Browse the repository at this point in the history
As discussed in WordPress/gutenberg#36371, '__experimentalExposeControlsToChildren' doesn't accurately reflect what we're trying to achieve. Instead, a new block supports, '__experimentalHideChildBlockControls', as been created for accuracy and clarity.
  • Loading branch information
Siobhan committed Nov 16, 2021
1 parent 40b0b85 commit 5421b7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export const settings = {
align: [ 'center', 'wide', 'full' ],
customClassName: false,
html: false,
__experimentalExposeControlsToChildren: false,
__experimentalHideChildBlockControls: true,
},
title: __( 'Tiled Gallery', 'jetpack' ),
transforms: {
Expand Down

0 comments on commit 5421b7c

Please sign in to comment.