Skip to content

Commit

Permalink
Update global styles key in useBlockEditorSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
michalczaplinski authored and aaronrobertshaw committed May 9, 2024
1 parent 014a4fd commit 4a2837c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ function useBlockEditorSettings( settings, postType, postId, renderingMode ) {
)
),
// TODO: This key should have a better name
__globalStyles: styles,
__experimentalStyles: styles,
allowedBlockTypes,
allowRightClickOverrides,
focusMode: focusMode && ! forceDisableFocusMode,
Expand Down

0 comments on commit 4a2837c

Please sign in to comment.