diff --git a/lib/client-assets.php b/lib/client-assets.php index 4d4ae4bb1e3b24..04a6a971abaaeb 100644 --- a/lib/client-assets.php +++ b/lib/client-assets.php @@ -645,11 +645,13 @@ function gutenberg_extend_settings_block_patterns( $settings ) { } $settings['__experimentalBlockPatterns'] = array_merge( - WP_Patterns_Registry::get_instance()->get_all_registered(), + gutenberg_load_block_pattern( 'cover-abc' ), + gutenberg_load_block_pattern( 'two-images' ), + gutenberg_load_block_pattern( 'features-services' ), + ], $settings['__experimentalBlockPatterns'] ); - return $settings; } add_filter( 'block_editor_settings', 'gutenberg_extend_settings_block_patterns', 0 ); diff --git a/lib/patterns/features-services.json b/lib/patterns/features-services.json new file mode 100644 index 00000000000000..df600a09e5de5b --- /dev/null +++ b/lib/patterns/features-services.json @@ -0,0 +1,5 @@ +{ + "__file": "wp_block", + "title": "Features or Services", + "content": "\n
\n
\n
\n
\n

Customizable Designs

\n\n\n\n
\n

\n
\n\n\n\n

Extend it with over 54,000 plugins to help your website meet your needs.

\n\n\n\n\n
\n
\n\n\n\n
\n
\n

High Performance

\n\n\n\n
\n

\n
\n\n\n\n

Add an online store, galleries, mailing lists, forums, analytics, and much more.

\n\n\n\n\n
\n
\n\n\n\n
\n
\n

Easy and Accessible

\n\n\n\n
\n

\n
\n\n\n\n

Hundreds of thousands of developers and site owners gather worldwide.

\n\n\n\n\n
\n
\n
\n
\n" + }