We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 580801f + cfd3d48 commit df2a508Copy full SHA for df2a508
themes/10up-theme/src/Blocks.php
@@ -44,6 +44,7 @@ public function register() {
44
add_action( 'init', [ $this, 'enqueue_block_specific_styles' ] );
45
add_action( 'init', [ $this, 'register_theme_blocks' ] );
46
add_action( 'init', [ $this, 'register_block_pattern_categories' ] );
47
+ add_filter( 'should_load_separate_core_block_assets', '__return_true' );
48
}
49
50
/**
0 commit comments