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' => ' - + ', ) );