- Timestamp:
- 12/14/2021 05:09:04 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/query-default.php
r52081 r52375 5 5 return array( 6 6 'title' => __( 'Default posts', 'twentytwentytwo' ), 7 'categories' => array( ' twentytwentytwo-query' ),7 'categories' => array( 'query' ), 8 8 'blockTypes' => array( 'core/query' ), 9 9 'content' => '<!-- wp:query {"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":""},"align":"wide","layout":{"inherit":true}} --> 10 10 <div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide"} --> 11 11 <!-- wp:group {"layout":{"inherit":true}} --> 12 <div class="wp-block-group"><!-- wp:post-title {"isLink":true,"align":"wide"," style":{"typography":{"fontStyle":"normal","fontWeight":"300"}},"fontSize":"huge"} /-->12 <div class="wp-block-group"><!-- wp:post-title {"isLink":true,"align":"wide","fontSize":"huge"} /--> 13 13 14 14 <!-- wp:post-featured-image {"isLink":true,"align":"wide","style":{"spacing":{"margin":{"top":"calc(1.75 * var(--wp--style--block-gap))"}}}} /-->
Note: See TracChangeset
for help on using the changeset viewer.