From 047dadc17741def7319f52011d22bbe04b0e5fd6 Mon Sep 17 00:00:00 2001 From: Kjell Reigstad Date: Thu, 22 Apr 2021 12:27:24 -0400 Subject: [PATCH 1/3] Remove paragraph pattern. --- lib/block-patterns.php | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/lib/block-patterns.php b/lib/block-patterns.php index ab8c9ffa6e320e..d0ac6e9c081e93 100644 --- a/lib/block-patterns.php +++ b/lib/block-patterns.php @@ -155,19 +155,7 @@ ) ); -// Initial block patterns to be used in block transformations with patterns. -register_block_pattern( - 'paragraph/large-with-background-color', - array( - 'title' => __( 'Large paragraph with background color', 'gutenberg' ), - 'categories' => array( 'text' ), - 'blockTypes' => array( 'core/paragraph' ), - 'viewportWidth' => 500, - 'content' => ' - - ', - ) -); +// Initial block pattern to be used with block transformations with patterns. register_block_pattern( 'social-links/shared-background-color', array( From aaf7ab4ec314ad6679ab9a900c5c9ede38f1c852 Mon Sep 17 00:00:00 2001 From: Kjell Reigstad Date: Thu, 22 Apr 2021 12:31:18 -0400 Subject: [PATCH 2/3] Revise text. --- lib/block-patterns/three-columns-media-text.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/block-patterns/three-columns-media-text.php b/lib/block-patterns/three-columns-media-text.php index e1636e451d98bb..401600afbaf10e 100644 --- a/lib/block-patterns/three-columns-media-text.php +++ b/lib/block-patterns/three-columns-media-text.php @@ -16,11 +16,11 @@ -
' . esc_html__( 'ECOSYSTEM', 'default' ) . '
+
' . esc_html__( 'NATURE', 'default' ) . '
-

' . esc_html__( 'Positive growth.', 'default' ) . '

+

' . esc_html__( 'Flora and fauna.', 'default' ) . '

From 9348a057bd551c8138560663db9d0793b9adcab2 Mon Sep 17 00:00:00 2001 From: Kjell Reigstad Date: Thu, 22 Apr 2021 12:47:48 -0400 Subject: [PATCH 3/3] Adjust text again. --- lib/block-patterns/three-columns-media-text.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/block-patterns/three-columns-media-text.php b/lib/block-patterns/three-columns-media-text.php index 401600afbaf10e..7b0652aaed5765 100644 --- a/lib/block-patterns/three-columns-media-text.php +++ b/lib/block-patterns/three-columns-media-text.php @@ -16,11 +16,11 @@ -
' . esc_html__( 'NATURE', 'default' ) . '
+
' . esc_html__( 'ECOLOGY', 'default' ) . '
-

' . esc_html__( 'Flora and fauna.', 'default' ) . '

+

' . esc_html__( 'Natural resources.', 'default' ) . '