diff --git a/lib/compat/wordpress-6.0/block-patterns-update.php b/lib/compat/wordpress-6.0/block-patterns-update.php index c17a65be2ae223..cf24b01489c85c 100644 --- a/lib/compat/wordpress-6.0/block-patterns-update.php +++ b/lib/compat/wordpress-6.0/block-patterns-update.php @@ -151,6 +151,334 @@ function gutenberg_register_gutenberg_patterns() { ', ), + 'query-post-feed' => array( + 'title' => _x( 'Post feed', 'Block pattern title', 'gutenberg' ), + 'blockTypes' => array( 'core/query' ), + 'categories' => array( 'query' ), + 'content' => ' +
+ +
+
+
+ + + +
+
+
+ + + +
+
+ + +
+
+ + + +
+
+ +
+ ', + ), + 'query-post-table' => array( + 'title' => _x( 'Post table', 'Block pattern title', 'gutenberg' ), + 'blockTypes' => array( 'core/query' ), + 'categories' => array( 'query' ), + 'content' => ' +
+
+ + + +
+ +
+
+ + + +
+ + + +
+ + + +
+
+ + + + + + + + +
+ + + + + + + + + + + + +
+
+', + ), + 'query-post-list-cards' => array( + 'title' => _x( 'Post list cards', 'Block pattern title', 'gutenberg' ), + 'blockTypes' => array( 'core/query' ), + 'categories' => array( 'query' ), + 'content' => ' +
+ +
+
+
+
+

+
+
+ + + +
+
+ +
+
+
+
+ +
+', + ), + 'query-two-column-text-list' => array( + 'title' => _x( 'Two column text list', 'Block pattern title', 'gutenberg' ), + 'blockTypes' => array( 'core/query' ), + 'categories' => array( 'query' ), + 'content' => ' +
+ +
+
+ +
+ + + +
+
+ + + +
+ + + + +
+ + + + + +
+
+ ', + ), + 'query-two-column-with-tags' => array( + 'title' => _x( 'Two column with tags', 'Block pattern title', 'gutenberg' ), + 'blockTypes' => array( 'core/query' ), + 'categories' => array( 'query' ), + 'content' => ' +
+ +
+
+ + + +
+
+ + + + +
+ + + + + +
+
+ ', + ), + 'query-colorful-full-width-posts' => array( + 'title' => _x( 'Colorful full width posts', 'Block pattern title', 'gutenberg' ), + 'blockTypes' => array( 'core/query' ), + 'categories' => array( 'query' ), + 'content' => ' +
+
+ +
+ +
+ + + +
+ +
+ +
+ + + +
+ +
+ +
+ + + +
+ +
+ +
+
+ ', + ), + 'query-featured-post-with-post-list' => array( + 'title' => _x( 'Featured post with post list', 'Block pattern title', 'gutenberg' ), + 'blockTypes' => array( 'core/query' ), + 'categories' => array( 'query' ), + 'content' => ' +
+
+
+ + + + + +
+
+ + + +
+
+ + + + + + + + + +
+ + + + + +
+
+
+ ', + ), + 'query-more-posts' => array( + 'title' => _x( 'Featured post with more posts', 'Block pattern title', 'gutenberg' ), + 'blockTypes' => array( 'core/query' ), + 'categories' => array( 'query' ), + 'content' => ' +
+
+ +
+
+ + + +
+
+ + + + + + + + + + + +
+ + + +

' . _x( 'More Posts', 'block pattern sample content', 'gutenberg' ) . '

+ + + +
+ +
+
+ + +
+ +
+
+ ', + ), + 'query-post-and-date-list' => array( + 'title' => _x( 'Post and date list', 'Block pattern title', 'gutenberg' ), + 'blockTypes' => array( 'core/query' ), + 'categories' => array( 'query' ), + 'content' => ' +
+
+ +
+
+ + + +
+ +
+
+ +
+ + + +
+
+
+
+', + ), // Initial block pattern to be used with block transformations with patterns. 'social-links-shared-background-color' => array( 'title' => _x( 'Social links with a shared background color', 'Block pattern title', 'gutenberg' ),