From 7387fd0f068a6d448116d7d424eb25b7ff1aba67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20K=C3=A4gy?= Date: Thu, 31 Oct 2024 17:33:01 +0100 Subject: [PATCH] Fix: Show Meta Boxes at the bottom of the screen regardless of the current rendering mode (#66508) Co-authored-by: fabiankaegy Co-authored-by: Mamaduka Co-authored-by: t-hamano Co-authored-by: stokesman --- packages/edit-post/src/components/layout/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/edit-post/src/components/layout/index.js b/packages/edit-post/src/components/layout/index.js index 7812280795aad6..b50e17054fd3ef 100644 --- a/packages/edit-post/src/components/layout/index.js +++ b/packages/edit-post/src/components/layout/index.js @@ -424,9 +424,7 @@ function Layout( { !! select( blockEditorStore ).getBlockSelectionStart(), showIconLabels: get( 'core', 'showIconLabels' ), isDistractionFree: get( 'core', 'distractionFree' ), - showMetaBoxes: - ! DESIGN_POST_TYPES.includes( currentPostType ) && - isRenderingPostOnly, + showMetaBoxes: ! DESIGN_POST_TYPES.includes( currentPostType ), isWelcomeGuideVisible: isFeatureActive( 'welcomeGuide' ), templateId: supportsTemplateMode &&