Changeset 52283 for trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php
- Timestamp:
- 11/30/2021 04:17:43 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php
r52081 r52283 11 11 <!-- /wp:heading --></div> 12 12 <!-- /wp:group --> 13 13 14 14 <!-- wp:image {"align":"full","style":{"color":{}}} --> 15 <figure class="wp-block-image alignfull"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/flight-path-on-transparent-b.png" alt="' . esc_attr_ _( 'TBD', 'twentytwentytwo' ) . '"/></figure>15 <figure class="wp-block-image alignfull"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/flight-path-on-transparent-b.png" alt="' . esc_attr_x( 'TBD', 'Short for to be determined', 'twentytwentytwo' ) . '"/></figure> 16 16 <!-- /wp:image --> 17 17 18 18 <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"2rem","bottom":"8rem","right":"max(1.25rem, 5vw)","left":"max(1.25rem, 5vw)"}}},"layout":{"inherit":true}} --> 19 19 <div class="wp-block-group alignfull" style="padding-top:2rem;padding-right:max(1.25rem, 5vw);padding-bottom:8rem;padding-left:max(1.25rem, 5vw)"> … … 22 22 <div class="wp-block-column is-vertically-aligned-bottom" style="padding-bottom:1em"><!-- wp:site-logo {"width":60} /--></div> 23 23 <!-- /wp:column --> 24 24 25 25 <!-- wp:column {"verticalAlignment":"bottom"} --> 26 26 <div class="wp-block-column is-vertically-aligned-bottom"><!-- wp:paragraph -->
Note: See TracChangeset
for help on using the changeset viewer.