Changeset 52375 for trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php
- 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/page-about-large-image-and-buttons.php
r52222 r52375 5 5 return array( 6 6 'title' => __( 'About page with large image and buttons', 'twentytwentytwo' ), 7 'categories' => array( ' twentytwentytwo-pages' ),7 'categories' => array( 'pages', 'buttons' ), 8 8 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"max(1.25rem, 5vw)","right":"max(1.25rem, 5vw)","bottom":"max(1.25rem, 5vw)","left":"max(1.25rem, 5vw)"}}},"layout":{"inherit":true}} --> 9 9 <div class="wp-block-group alignfull" style="padding-top:max(1.25rem, 5vw);padding-right:max(1.25rem, 5vw);padding-bottom:max(1.25rem, 5vw);padding-left:max(1.25rem, 5vw)"><!-- wp:image {"align":"full","sizeSlug":"full","linkDestination":"none"} --> 10 <figure class="wp-block-image alignfull size-full"><img src="' . esc_url( get_ stylesheet_directory_uri() ) . '/assets/images/flight-path-on-gray-b.jpg" alt=""/></figure>10 <figure class="wp-block-image alignfull size-full"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/flight-path-on-gray-b.jpg" alt=""/></figure> 11 11 <!-- /wp:image --> 12 12
Note: See TracChangeset
for help on using the changeset viewer.