diff --git a/lib/client-assets.php b/lib/client-assets.php index ce683c3161b4f..77392976f4d72 100644 --- a/lib/client-assets.php +++ b/lib/client-assets.php @@ -656,4 +656,5 @@ function gutenberg_extend_settings_block_patterns( $settings ) { register_pattern( 'core/two-buttons', gutenberg_load_block_pattern( 'two-buttons' ) ); register_pattern( 'core/cover-abc', gutenberg_load_block_pattern( 'cover-abc' ) ); register_pattern( 'core/two-images', gutenberg_load_block_pattern( 'two-images' ) ); + register_pattern( 'core/three-features', gutenberg_load_block_pattern( 'three-features' ) ); } diff --git a/lib/patterns/three-features.json b/lib/patterns/three-features.json new file mode 100644 index 0000000000000..fd042a8f1f238 --- /dev/null +++ b/lib/patterns/three-features.json @@ -0,0 +1,5 @@ +{ + "__file": "wp_block", + "title": "Three Features", + "content": "\n
\n
\n
\n
\n
\n

1

\n
\n\n\n\n

Customizable Designs

\n\n\n\n

Extend it with over 54,000 plugins to help your website meet your needs. Add an online store, galleries, and much more.

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

2

\n
\n\n\n\n

High Performance

\n\n\n\n

Add an online store, galleries, mailing lists, forums, analytics, and much more. Extend it with over 54,000 plugins!

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

3

\n
\n\n\n\n

Easy and Accessible

\n\n\n\n

Hundreds of thousands of developers and site owners trust it worldwide. Extend it with over 54,000 plugins to help your website meet your needs.

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