diff --git a/src/wp-includes/block-editor.php b/src/wp-includes/block-editor.php index 1a5e8f6e2d1a1..62ad62049ce14 100644 --- a/src/wp-includes/block-editor.php +++ b/src/wp-includes/block-editor.php @@ -495,6 +495,7 @@ function get_block_editor_settings( array $custom_settings, $block_editor_contex } $editor_settings['__unstableResolvedAssets'] = _wp_get_iframed_editor_assets(); + $editor_settings['__unstableIsBlockBasedTheme'] = wp_is_block_theme(); $editor_settings['localAutosaveInterval'] = 15; $editor_settings['disableLayoutStyles'] = current_theme_supports( 'disable-layout-styles' ); $editor_settings['__experimentalDiscussionSettings'] = array(