From 188a507f5b5546ce6c8d3dcc2f09822544446c53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20S=C3=A1nchez?= Date: Thu, 9 Jul 2020 19:35:04 -0500 Subject: [PATCH] Updates text, buttons colors and labels --- lib/patterns/text-three-columns-buttons.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/patterns/text-three-columns-buttons.php b/lib/patterns/text-three-columns-buttons.php index a924db13a61fc..64ea97c89a323 100644 --- a/lib/patterns/text-three-columns-buttons.php +++ b/lib/patterns/text-three-columns-buttons.php @@ -8,6 +8,6 @@ return array( 'title' => __( 'Three columns of text with buttons', 'gutenberg' ), 'categories' => array( 'columns' ), - 'content' => "\n
\n
\n
\n

" . __( 'Consider the subtleness of the sea; how its most dreaded creatures glide under water, unapparent for the most part, and treacherously hidden beneath the loveliest tints of azure.', 'gutenberg' ) . "

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

" . __( 'Consider also the devilish brilliance and beauty of many of its most remorseless tribes, as the dainty embellished shape of many species of sharks.', 'gutenberg' ) . "

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

" . __( 'Consider, once more, the universal cannibalism of the sea; all whose creatures prey upon each other, carrying on eternal war since the world began.', 'gutenberg' ) . "

\n\n\n\n\n
\n
\n
\n", - 'viewportWidth' => 800, + 'content' => "\n
\n
\n
\n

" . __( 'Consider the subtleness of the sea; how its most dreaded creatures glide under water and treacherously hidden beneath the loveliest tints of azure.', 'gutenberg' ) . "

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

" . __( 'Consider also the devilish brilliance and beauty of many of its most remorseless tribes, as the dainty embellished shape of many species of sharks.', 'gutenberg' ) . "

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

" . __( 'Consider, once more, the universal cannibalism of the sea; all whose creatures prey upon each other, carrying on eternal war since it began.', 'gutenberg' ) . "

\n\n\n\n\n
\n
\n
\n", + 'viewportWidth' => 1000, );