diff --git a/lib/block-patterns.php b/lib/block-patterns.php
index d578cade9bf04d..789f483aea6c34 100644
--- a/lib/block-patterns.php
+++ b/lib/block-patterns.php
@@ -50,6 +50,27 @@
)
);
+register_block_pattern(
+ 'query/small-posts',
+ array(
+ 'title' => __( 'Small Image and Title', 'gutenberg' ),
+ 'blockTypes' => array( 'core/query' ),
+ 'categories' => array( 'Query' ),
+ 'content' => '
+
+
+
+
+
+ ',
+ )
+);
+
register_block_pattern(
'query/grid-posts',
array(
@@ -60,7 +81,7 @@
-
+
@@ -141,7 +162,7 @@
'blockTypes' => array( 'core/paragraph' ),
'viewportWidth' => 500,
'content' => '
- The whole series of my life appeared to me as a dream; I sometimes doubted if indeed it were all true, for it never presented itself to my mind with the force of reality.
+ The whole series of my life appeared to me as a dream; I sometimes doubted if indeed it were all true, for it never presented itself to my mind with the force of reality.
',
)
);