From fe0658661fa0f69017c4772135333c9cc852abc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20S=C3=A1nchez?= Date: Mon, 30 Mar 2020 16:00:54 -0600 Subject: [PATCH] Add 'It's Time' pattern (#21132) --- lib/client-assets.php | 1 + lib/patterns/its-time.json | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 lib/patterns/its-time.json diff --git a/lib/client-assets.php b/lib/client-assets.php index 281e2e9198ee4..580b479c55208 100644 --- a/lib/client-assets.php +++ b/lib/client-assets.php @@ -682,4 +682,5 @@ function gutenberg_extend_settings_custom_units( $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" + }