wp/wp-includes/block-patterns/query-large-title-posts.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
     8 return array(
     8 return array(
     9 	'title'      => _x( 'Large title', 'Block pattern title' ),
     9 	'title'      => _x( 'Large title', 'Block pattern title' ),
    10 	'blockTypes' => array( 'core/query' ),
    10 	'blockTypes' => array( 'core/query' ),
    11 	'categories' => array( 'query' ),
    11 	'categories' => array( 'query' ),
    12 	'content'    => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"100px","right":"100px","bottom":"100px","left":"100px"}},"color":{"text":"#ffffff","background":"#000000"}}} -->
    12 	'content'    => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"100px","right":"100px","bottom":"100px","left":"100px"}},"color":{"text":"#ffffff","background":"#000000"}}} -->
    13 					<div class="wp-block-group alignfull has-text-color has-background" style="background-color:#000000;color:#ffffff;padding-top:100px;padding-right:100px;padding-bottom:100px;padding-left:100px"><!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false}} -->
    13 					<div class="wp-block-group alignfull has-text-color has-background" style="background-color:#000000;color:#ffffff;padding-top:100px;padding-right:100px;padding-bottom:100px;padding-left:100px"><!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false}} -->
    14 					<div class="wp-block-query"><!-- wp:post-template -->
    14 					<div class="wp-block-query"><!-- wp:post-template -->
    15 					<!-- wp:separator {"customColor":"#ffffff","align":"wide","className":"is-style-wide"} -->
    15 					<!-- wp:separator {"customColor":"#ffffff","align":"wide","className":"is-style-wide"} -->
    16 					<hr class="wp-block-separator alignwide has-text-color has-background is-style-wide" style="background-color:#ffffff;color:#ffffff"/>
    16 					<hr class="wp-block-separator alignwide has-text-color has-background is-style-wide" style="background-color:#ffffff;color:#ffffff"/>
    17 					<!-- /wp:separator -->
    17 					<!-- /wp:separator -->
    18 
    18