diff --git a/lib/client-assets.php b/lib/client-assets.php index ce683c3161b4f..5c2ac9e050df0 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/its-time', gutenberg_load_block_pattern( 'its-time' ) ); } diff --git a/lib/patterns/its-time.json b/lib/patterns/its-time.json new file mode 100644 index 0000000000000..d1f319b70282e --- /dev/null +++ b/lib/patterns/its-time.json @@ -0,0 +1,5 @@ +{ + "__file": "wp_block", + "title": "It's time", + "content": "\n
\n
\n
\n

NEW

\n\n\n\n

John Lenwood \"Jackie\" McLean was an American jazz alto saxophonist, composer, bandleader, and educator, and is one of the few musicians to be elected to the DownBeat Hall of Fame in the year of their death.

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

space

\n\n\n\n

Derek Ansell's full-length biography of McLean, Sugar Free Saxophone (London: Northway Books, 2012), details the story of his career and provides a full analysis of his music on record.

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

it's time

\n
\n
\n
\n" + }