- 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/footer-default.php
r52081 r52375 5 5 return array( 6 6 'title' => __( 'Default footer', 'twentytwentytwo' ), 7 'categories' => array( ' twentytwentytwo-footers' ),7 'categories' => array( 'footer' ), 8 8 'blockTypes' => array( 'core/template-part/footer' ), 9 'content' => '<!-- wp:group {"align":"full","layout":{"inherit":true}} --> 10 <div class="wp-block-group alignfull"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"4rem","bottom":"4rem"}}},"layout":{"type":"flex","justifyContent":"space-between"}} --> 9 'content' => '<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"4rem","bottom":"4rem"}}},"layout":{"type":"flex","justifyContent":"space-between"}} --> 11 10 <div class="wp-block-group alignwide" style="padding-top:4rem;padding-bottom:4rem"><!-- wp:site-title /--> 12 11 … … 19 18 ) . '</p> 20 19 <!-- /wp:paragraph --></div> 21 <!-- /wp:group --></div>22 20 <!-- /wp:group -->', 23 21 );
Note: See TracChangeset
for help on using the changeset viewer.