Changeset 59269
- Timestamp:
- 10/22/2024 01:41:10 AM (6 weeks ago)
- Location:
- trunk/src/wp-content/themes/twentytwentyfive
- Files:
-
- 5 added
- 2 deleted
- 38 edited
- 9 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/functions.php
r59146 r59269 20 20 */ 21 21 function twentytwentyfive_post_format_setup() { 22 add_theme_support( 'post-formats', array( 'a udio', 'gallery', 'image', 'link', 'quote', 'video' ) );22 add_theme_support( 'post-formats', array( 'aside', 'audio', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video' ) ); 23 23 } 24 24 endif; … … 122 122 if ( ! function_exists( 'twentytwentyfive_register_block_bindings' ) ) : 123 123 /** 124 * Registers the copyright block binding source.124 * Registers the post format block binding source. 125 125 * 126 126 * @since Twenty Twenty-Five 1.0 … … 130 130 function twentytwentyfive_register_block_bindings() { 131 131 register_block_bindings_source( 132 'twentytwentyfive/ copyright',132 'twentytwentyfive/format', 133 133 array( 134 'label' => _x( ' © YEAR', 'Label for the copyrightplaceholder in the editor', 'twentytwentyfive' ),135 'get_value_callback' => 'twentytwentyfive_ copyright_binding',134 'label' => _x( 'Post format name', 'Label for the block binding placeholder in the editor', 'twentytwentyfive' ), 135 'get_value_callback' => 'twentytwentyfive_format_binding', 136 136 ) 137 137 ); 138 138 } 139 139 endif; 140 add_action( 'init', 'twentytwentyfive_register_block_bindings' ); 140 141 141 // Registers block binding callback function for the copyright.142 if ( ! function_exists( 'twentytwentyfive_ copyright_binding' ) ) :142 // Registers block binding callback function for the post format name. 143 if ( ! function_exists( 'twentytwentyfive_format_binding' ) ) : 143 144 /** 144 * Callback function for the copyrightblock binding source.145 * Callback function for the post format name block binding source. 145 146 * 146 147 * @since Twenty Twenty-Five 1.0 147 148 * 148 * @return string Copyright text.149 * @return string|void Post format name, or nothing if the format is 'standard'. 149 150 */ 150 function twentytwentyfive_copyright_binding() { 151 $copyright_text = sprintf( 152 /* translators: 1: Copyright symbol or word, 2: Year */ 153 esc_html__( '%1$s %2$s', 'twentytwentyfive' ), 154 '©', 155 wp_date( 'Y' ) 156 ); 151 function twentytwentyfive_format_binding() { 152 $post_format_slug = get_post_format(); 157 153 158 return $copyright_text; 154 if ( $post_format_slug && 'standard' !== $post_format_slug ) { 155 return get_post_format_string( $post_format_slug ); 156 } 159 157 } 160 158 endif; 161 add_action( 'init', 'twentytwentyfive_register_block_bindings' ); -
trunk/src/wp-content/themes/twentytwentyfive/patterns/banner-about-book.php
r59233 r59269 24 24 25 25 <!-- wp:paragraph {"fontSize":"medium"} --> 26 <p class="has-medium-font-size"><?php echo esc_html_x( 'This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist. Fleckenstein ’s evocative imagery, Strand’s groundbreaking modernist approach, and Kōno’s meticulous documentation of Japanese life come together in a harmonious blend that celebrates the art of photography. Each image in “The Stories Book”is accompanied by insightful commentary, providing historical context and revealing the stories behind the photographs. This collection is not only a visual feast but also a tribute to the power of photography to preserve and narrate the multifaceted experiences of humanity.', 'Pattern placeholder text.', 'twentytwentyfive' ); ?></p>26 <p class="has-medium-font-size"><?php echo esc_html_x( 'This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist. Fleckenstein’s evocative imagery, Strand’s groundbreaking modernist approach, and Kōno’s meticulous documentation of Japanese life come together in a harmonious blend that celebrates the art of photography. Each image in “The Stories Book” is accompanied by insightful commentary, providing historical context and revealing the stories behind the photographs. This collection is not only a visual feast but also a tribute to the power of photography to preserve and narrate the multifaceted experiences of humanity.', 'Pattern placeholder text.', 'twentytwentyfive' ); ?></p> 27 27 <!-- /wp:paragraph --> 28 28 </div> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/banner-poster.php
r59233 r59269 22 22 <div class="wp-block-column" style="flex-basis:66.66%"> 23 23 <!-- wp:heading {"textAlign":"left","align":"wide","style":{"typography":{"fontSize":"12vw","lineHeight":"0.9","fontStyle":"normal","fontWeight":"300"}}} --> 24 <h2 class="wp-block-heading alignwide has-text-align-left" style="font-size:12vw;font-style:normal;font-weight:300;line-height:0.9"><?php echo esc_html_x( ' “Stories, historias, iсторії, iστορίες”', 'Sample heading in four languages.', 'twentytwentyfive' ); ?></h2>24 <h2 class="wp-block-heading alignwide has-text-align-left" style="font-size:12vw;font-style:normal;font-weight:300;line-height:0.9"><?php echo esc_html_x( '“Stories, historias, iсторії, iστορίες”', 'Sample heading in four languages.', 'twentytwentyfive' ); ?></h2> 25 25 <!-- /wp:heading --> 26 26 </div> … … 42 42 <div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:66.66%"> 43 43 <!-- wp:heading {"textAlign":"left","align":"wide","style":{"typography":{"lineHeight":"0.9","fontStyle":"normal","fontWeight":"300"}},"fontSize":"xx-large"} --> 44 <h2 class="wp-block-heading alignwide has-text-align-left has-xx-large-font-size" style="font-style:normal;font-weight:300;line-height:0.9"><?php esc_html_e( 'Let ’s hear them.', 'twentytwentyfive' ); ?></h2>44 <h2 class="wp-block-heading alignwide has-text-align-left has-xx-large-font-size" style="font-style:normal;font-weight:300;line-height:0.9"><?php esc_html_e( 'Let’s hear them.', 'twentytwentyfive' ); ?></h2> 45 45 <!-- /wp:heading --> 46 46 </div> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/cta-events-list.php
r59191 r59269 62 62 <div class="wp-block-group"> 63 63 <!-- wp:heading {"level":3} --> 64 <h3 class="wp-block-heading"><?php echo esc_html_x( ' “Stories, historias, iсторії, iστορίες”', 'Placeholder heading in four languages.', 'twentytwentyfive' ); ?></h3>64 <h3 class="wp-block-heading"><?php echo esc_html_x( '“Stories, historias, iсторії, iστορίες”', 'Placeholder heading in four languages.', 'twentytwentyfive' ); ?></h3> 65 65 <!-- /wp:heading --> 66 66 … … 124 124 <div class="wp-block-group"> 125 125 <!-- wp:heading {"level":3} --> 126 <h3 class="wp-block-heading"><?php echo esc_html_x( ' “Stories, historias, iсторії, iστορίες”', 'Placeholder heading in four languages.', 'twentytwentyfive' ); ?></h3>126 <h3 class="wp-block-heading"><?php echo esc_html_x( '“Stories, historias, iсторії, iστορίες”', 'Placeholder heading in four languages.', 'twentytwentyfive' ); ?></h3> 127 127 <!-- /wp:heading --> 128 128 -
trunk/src/wp-content/themes/twentytwentyfive/patterns/cta-grid-products-link.php
r59233 r59269 36 36 37 37 <!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"large","linkDestination":"none"} --> 38 <figure class="wp-block-image size-large"><img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/ image-from-rawpixel-id-8799918.webp' ); ?>" alt="<?php esc_attr_e( 'Closeup of plantlife in the Malibu Canyon area', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/></figure>38 <figure class="wp-block-image size-large"><img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/malibu-plantlife.webp' ); ?>" alt="<?php esc_attr_e( 'Closeup of plantlife in the Malibu Canyon area', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/></figure> 39 39 <!-- /wp:image --> 40 40 … … 68 68 69 69 <!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"large","linkDestination":"none"} --> 70 <figure class="wp-block-image size-large"><img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/ image-from-rawpixel-id-8802845.webp' ); ?>" alt="<?php esc_attr_e( 'Flora of Akaka Falls State Park', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/></figure>70 <figure class="wp-block-image size-large"><img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/akaka-falls-state-park-flora.webp' ); ?>" alt="<?php esc_attr_e( 'Flora of Akaka Falls State Park', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/></figure> 71 71 <!-- /wp:image --> 72 72 … … 124 124 125 125 <!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"large","linkDestination":"none"} --> 126 <figure class="wp-block-image size-large"><img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/ image-from-rawpixel-id-2211732.webp' ); ?>" alt="<?php esc_attr_e( 'Black and white flower', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/></figure>126 <figure class="wp-block-image size-large"><img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/star-thristle-flower.webp' ); ?>" alt="<?php esc_attr_e( 'Black and white flower', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/></figure> 127 127 <!-- /wp:image --> 128 128 </div> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/event-3-col.php
r59233 r59269 32 32 <div class="wp-block-column" style="padding-top:var(--wp--preset--spacing--70)"> 33 33 <!-- wp:image {"sizeSlug":"full","linkDestination":"none"} --> 34 <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/ image-from-rawpixel-id-8802835-jpeg-scaled.webp' ); ?>" alt="<?php esc_attr_e( 'Event image', 'twentytwentyfive' ); ?>"/></figure>34 <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/ruins-image.webp' ); ?>" alt="<?php esc_attr_e( 'Event image', 'twentytwentyfive' ); ?>"/></figure> 35 35 <!-- /wp:image --> 36 36 … … 56 56 <div class="wp-block-column" style="padding-top:var(--wp--preset--spacing--70)"> 57 57 <!-- wp:image {"sizeSlug":"full","linkDestination":"none"} --> 58 <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/ image-from-rawpixel-id-8802835-jpeg-scaled.webp' ); ?>" alt="<?php esc_attr_e( 'Event image', 'twentytwentyfive' ); ?>"/></figure>58 <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/ruins-image.webp' ); ?>" alt="<?php esc_attr_e( 'Event image', 'twentytwentyfive' ); ?>"/></figure> 59 59 <!-- /wp:image --> 60 60 … … 80 80 <div class="wp-block-column" style="padding-top:var(--wp--preset--spacing--70)"> 81 81 <!-- wp:image {"sizeSlug":"full","linkDestination":"none"} --> 82 <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/ image-from-rawpixel-id-8802835-jpeg-scaled.webp' ); ?>" alt="<?php esc_attr_e( 'Event image', 'twentytwentyfive' ); ?>"/></figure>82 <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/ruins-image.webp' ); ?>" alt="<?php esc_attr_e( 'Event image', 'twentytwentyfive' ); ?>"/></figure> 83 83 <!-- /wp:image --> 84 84 -
trunk/src/wp-content/themes/twentytwentyfive/patterns/event-rsvp.php
r59191 r59269 24 24 <div class="wp-block-group"> 25 25 <!-- wp:heading {"fontSize":"xx-large"} --> 26 <h2 class="wp-block-heading has-xx-large-font-size"><?php echo esc_html_x( ' “Stories, historias, iсторії, iστορίες”', 'Placeholder heading in four languages.', 'twentytwentyfive' ); ?></h2>26 <h2 class="wp-block-heading has-xx-large-font-size"><?php echo esc_html_x( '“Stories, historias, iсторії, iστορίες”', 'Placeholder heading in four languages.', 'twentytwentyfive' ); ?></h2> 27 27 <!-- /wp:heading --> 28 28 … … 63 63 <!-- /wp:group --> 64 64 65 <!-- wp:cover {"url":"<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/ image-from-rawpixel-id-8812207.webp","dimRatio":0,"overlayColor":"base","isUserOverlayColor":true,"isDark":false,"layout":{"type":"constrained"}} -->65 <!-- wp:cover {"url":"<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/botany-flowers-closeup.webp","dimRatio":0,"overlayColor":"base","isUserOverlayColor":true,"isDark":false,"layout":{"type":"constrained"}} --> 66 66 <div class="wp-block-cover is-light"> 67 <span aria-hidden="true" class="wp-block-cover__background has-base-background-color has-background-dim-0 has-background-dim"></span><img class="wp-block-cover__image-background" alt="<?php esc_attr_e( 'Close up photo of white flowers on a grey background', 'twentytwentyfive' ); ?>" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/ image-from-rawpixel-id-8812207.webp" data-object-fit="cover"/>67 <span aria-hidden="true" class="wp-block-cover__background has-base-background-color has-background-dim-0 has-background-dim"></span><img class="wp-block-cover__image-background" alt="<?php esc_attr_e( 'Close up photo of white flowers on a grey background', 'twentytwentyfive' ); ?>" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/botany-flowers-closeup.webp" data-object-fit="cover"/> 68 68 <div class="wp-block-cover__inner-container"> 69 69 <!-- wp:spacer {"height":"var:preset|spacing|20"} --> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/event-schedule.php
r59233 r59269 87 87 <div class="wp-block-group"> 88 88 <!-- wp:heading {"level":4} --> 89 <h4 class="wp-block-heading"><a href="#"><?php esc_html_e( 'Things you didn ’t know about the deep ocean', 'twentytwentyfive' ); ?></a></h4>89 <h4 class="wp-block-heading"><a href="#"><?php esc_html_e( 'Things you didn’t know about the deep ocean', 'twentytwentyfive' ); ?></a></h4> 90 90 <!-- /wp:heading --> 91 91 <!-- wp:paragraph --> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/footer-columns.php
r59191 r59269 63 63 <!-- wp:group {"align":"full","layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} --> 64 64 <div class="wp-block-group alignfull"> 65 <!-- wp:paragraph {" metadata":{"bindings":{"content":{"source":"twentytwentyfive/copyright"}}},"fontSize":"small"} -->66 <p class="has-small-font-size">< /p>65 <!-- wp:paragraph {"fontSize":"small"} --> 66 <p class="has-small-font-size"><?php esc_html_e( 'Twenty Twenty-Five', 'twentytwentyfive' ); ?></p> 67 67 <!-- /wp:paragraph --> 68 68 <!-- wp:paragraph {"fontSize":"small"} --> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/footer-newsletter.php
r59191 r59269 39 39 <!-- wp:group {"align":"full","layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} --> 40 40 <div class="wp-block-group alignfull"> 41 <!-- wp:paragraph {" metadata":{"bindings":{"content":{"source":"twentytwentyfive/copyright"}}},"fontSize":"small"} -->42 <p class="has-small-font-size">< /p>41 <!-- wp:paragraph {"fontSize":"small"} --> 42 <p class="has-small-font-size"><?php esc_html_e( 'Twenty Twenty-Five', 'twentytwentyfive' ); ?></p> 43 43 <!-- /wp:paragraph --> 44 44 <!-- wp:paragraph {"fontSize":"small"} --> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/footer.php
r59191 r59269 72 72 <!-- wp:group {"align":"full","style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} --> 73 73 <div class="wp-block-group alignfull"> 74 <!-- wp:paragraph {" metadata":{"bindings":{"content":{"source":"twentytwentyfive/copyright"}}},"fontSize":"small"} -->75 <p class="has-small-font-size">< /p>74 <!-- wp:paragraph {"fontSize":"small"} --> 75 <p class="has-small-font-size"><?php esc_html_e( 'Twenty Twenty-Five', 'twentytwentyfive' ); ?></p> 76 76 <!-- /wp:paragraph --> 77 78 77 <!-- wp:paragraph {"fontSize":"small"} --> 79 78 <p class="has-small-font-size"> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/format-audio.php
r59233 r59269 12 12 13 13 ?> 14 <!-- wp:group {" metadata":{"name":"Audio format"},"className":"is-style-section-3","style":{"spacing":{"padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30","left":"var:preset|spacing|30","right":"var:preset|spacing|30"}}},"layout":{"type":"constrained"}} -->14 <!-- wp:group {"className":"is-style-section-3","style":{"spacing":{"padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30","left":"var:preset|spacing|30","right":"var:preset|spacing|30"}}},"layout":{"type":"constrained"}} --> 15 15 <div class="wp-block-group is-style-section-3" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)"> 16 16 <!-- wp:columns {"isStackedOnMobile":false,"style":{"spacing":{"blockGap":{"left":"var:preset|spacing|30"}}}} --> … … 18 18 <!-- wp:column {"width":"100px"} --> 19 19 <div class="wp-block-column" style="flex-basis:100px"><!-- wp:image {"width":"100px","height":"auto","aspectRatio":"1","scale":"cover","sizeSlug":"full","linkDestination":"none"} --> 20 <figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/ image-from-rawpixel-id-8802835-jpeg-scaled.webp' ); ?>" alt="<?php esc_attr_e( 'Event image', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover;width:100px;height:auto"/></figure>20 <figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/ruins-image.webp' ); ?>" alt="<?php esc_attr_e( 'Event image', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover;width:100px;height:auto"/></figure> 21 21 <!-- /wp:image --></div> 22 22 <!-- /wp:column --> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/format-link.php
r59233 r59269 12 12 13 13 ?> 14 <!-- wp:group {" metadata":{"name":"Link format"},"className":"is-style-section-3","style":{"spacing":{"padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40","left":"var:preset|spacing|40","right":"var:preset|spacing|40"}}},"layout":{"type":"constrained"}} -->14 <!-- wp:group {"className":"is-style-section-3","style":{"spacing":{"padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40","left":"var:preset|spacing|40","right":"var:preset|spacing|40"}}},"layout":{"type":"constrained"}} --> 15 15 <div class="wp-block-group is-style-section-3" style="padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)"> 16 16 <!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}}} --> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/heading-and-paragraph-with-image.php
r59233 r59269 34 34 <!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"full"} --> 35 35 <figure class="wp-block-image size-full"> 36 <img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/ image-from-rawpixel-id-8802835-jpeg-scaled.webp' ); ?>" alt="<?php echo esc_attr_x( 'Cliff Palace, Colorado', 'Alt text for Overview picture.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/>36 <img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/ruins-image.webp' ); ?>" alt="<?php echo esc_attr_x( 'Cliff Palace, Colorado', 'Alt text for Overview picture.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/> 37 37 </figure> 38 38 <!-- /wp:image --> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/hero-full-width-image.php
r59233 r59269 13 13 ?> 14 14 15 <!-- wp:cover {"url":"<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/ image-from-rawpixel-id-8802603-original.webp","alt":"Picture of a flower","dimRatio":10,"isUserOverlayColor":true,"focalPoint":{"x":0.5,"y":0.95},"minHeight":840,"minHeightUnit":"px","contentPosition":"bottom center","align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}}},"layout":{"type":"constrained"}} -->15 <!-- wp:cover {"url":"<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/northern-buttercups-flowers.webp","alt":"Picture of a flower","dimRatio":10,"isUserOverlayColor":true,"focalPoint":{"x":0.5,"y":0.95},"minHeight":840,"minHeightUnit":"px","contentPosition":"bottom center","align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}}},"layout":{"type":"constrained"}} --> 16 16 <div class="wp-block-cover alignfull has-custom-content-position is-position-bottom-center" style="padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50);min-height:840px"> 17 17 <span aria-hidden="true" class="wp-block-cover__background has-background-dim-10 has-background-dim"></span> 18 <img class="wp-block-cover__image-background" alt="<?php echo esc_attr_x( 'Picture of a flower', 'Alt text for cover image.', 'twentytwentyfive' ); ?>" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/ image-from-rawpixel-id-8802603-original.webp" style="object-position:50% 95%" data-object-fit="cover" data-object-position="50% 95%"/>18 <img class="wp-block-cover__image-background" alt="<?php echo esc_attr_x( 'Picture of a flower', 'Alt text for cover image.', 'twentytwentyfive' ); ?>" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/northern-buttercups-flowers.webp" style="object-position:50% 95%" data-object-fit="cover" data-object-position="50% 95%"/> 19 19 <div class="wp-block-cover__inner-container"> 20 20 <!-- wp:group {"align":"wide","layout":{"type":"constrained","justifyContent":"left"}} --> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/hidden-404.php
r59191 r59269 19 19 <!-- wp:image {"scale":"cover","sizeSlug":"full","linkDestination":"none"} --> 20 20 <figure class="wp-block-image size-full"> 21 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/ image-from-rawpixel-id-13029755.webp" alt="<?php echo esc_attr_x( 'Small totara tree on ridge above Long Point', 'image description', 'twentytwentyfive' ); ?>" style="object-fit:cover"/>21 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/404-image.webp" alt="<?php echo esc_attr_x( 'Small totara tree on ridge above Long Point', 'image description', 'twentytwentyfive' ); ?>" style="object-fit:cover"/> 22 22 </figure> 23 23 <!-- /wp:image --> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/overlapped-images.php
r59233 r59269 19 19 <div class="wp-block-column" style="padding-right:var(--wp--preset--spacing--50);flex-basis:45%"> 20 20 <!-- wp:image {"sizeSlug":"full"} --> 21 <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/ image-from-rawpixel-id-8799471.webp" alt="<?php esc_attr_e( 'Photography close up of a red flower.', 'twentytwentyfive' ); ?>"/></figure>21 <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/red-hibiscus-closeup.webp" alt="<?php esc_attr_e( 'Photography close up of a red flower.', 'twentytwentyfive' ); ?>"/></figure> 22 22 <!-- /wp:image --> 23 23 <!-- wp:group {"style":{"spacing":{"margin":{"top":"-12vw"}}},"layout":{"type":"constrained"}} --> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/page-cv-bio.php
r59233 r59269 29 29 <!-- /wp:heading --> 30 30 <!-- wp:paragraph {"className":"is-style-text-subtitle"} --> 31 <p class="is-style-text-subtitle"><?php echo esc_html_x( 'My name is Nora Winslow Keene, and I ’m a committed public interest attorney. Living in Denver, Colorado, I’ve spent years championing the rights of underrepresented workers. A graduate of Stanford University, I played a key role in securing critical protections for agricultural laborers, ensuring better wages and access to healthcare. My work has focused on advocating for environmental justice and improving the quality of life for rural communities. Every case I take on is driven by the belief that everyone deserves dignity and fair treatment in the workplace.', 'Pattern placeholder text.', 'twentytwentyfive' ); ?></p>31 <p class="is-style-text-subtitle"><?php echo esc_html_x( 'My name is Nora Winslow Keene, and I’m a committed public interest attorney. Living in Denver, Colorado, I’ve spent years championing the rights of underrepresented workers. A graduate of Stanford University, I played a key role in securing critical protections for agricultural laborers, ensuring better wages and access to healthcare. My work has focused on advocating for environmental justice and improving the quality of life for rural communities. Every case I take on is driven by the belief that everyone deserves dignity and fair treatment in the workplace.', 'Pattern placeholder text.', 'twentytwentyfive' ); ?></p> 32 32 <!-- /wp:paragraph --> 33 33 </div> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-wide-margins.php
r59233 r59269 36 36 37 37 <!-- wp:paragraph --> 38 <p><?php echo esc_html_x( 'I ’m Nora, a dedicated public interest attorney based in Denver. I’m a graduate of Stanford University.', 'Pattern placeholder text.', 'twentytwentyfive' ); ?></p>38 <p><?php echo esc_html_x( 'I’m Nora, a dedicated public interest attorney based in Denver. I’m a graduate of Stanford University.', 'Pattern placeholder text.', 'twentytwentyfive' ); ?></p> 39 39 <!-- /wp:paragraph --> 40 40 -
trunk/src/wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-with-tight-margins.php
r59233 r59269 40 40 <div class="wp-block-group" style="min-height:100%"> 41 41 <!-- wp:paragraph {"align":"left","style":{"typography":{"lineHeight":"1.2"}},"fontSize":"x-large"} --> 42 <p class="has-text-align-left has-x-large-font-size" style="line-height:1.2"><?php esc_html_e( 'I ’m Asahachi Kōno, a Japanese photographer, a member of Los Angeles\'s Japanese Camera Pictorialists of California. Before returning to Japan, I worked as a photo retoucher.', 'twentytwentyfive' ); ?></p>42 <p class="has-text-align-left has-x-large-font-size" style="line-height:1.2"><?php esc_html_e( 'I’m Asahachi Kōno, a Japanese photographer, a member of Los Angeles’s Japanese Camera Pictorialists of California. Before returning to Japan, I worked as a photo retoucher.', 'twentytwentyfive' ); ?></p> 43 43 <!-- /wp:paragraph --> 44 44 -
trunk/src/wp-content/themes/twentytwentyfive/patterns/page-portfolio-home.php
r59233 r59269 94 94 </div> 95 95 <!-- /wp:columns --> 96 96 97 97 <!-- wp:spacer {"height":"var:preset|spacing|30"} --> 98 98 <div style="height:var(--wp--preset--spacing--30)" aria-hidden="true" class="wp-block-spacer"></div> … … 223 223 <!-- wp:group {"align":"wide","layout":{"type":"default"}} --> 224 224 <div class="wp-block-group alignwide"> 225 <!-- wp:paragraph {" metadata":{"bindings":{"content":{"source":"twentytwentyfive/copyright"}}},"textColor":"accent-4","fontSize":"small"} -->226 <p class="has- accent-4-color has-text-color has-small-font-size"></p>225 <!-- wp:paragraph {""fontSize":"small"} --> 226 <p class="has-small-font-size"><?php esc_html_e( 'Twenty Twenty-Five', 'twentytwentyfive' ); ?></p> 227 227 <!-- /wp:paragraph --> 228 229 228 <!-- wp:paragraph {"fontSize":"small"} --> 230 229 <p class="has-small-font-size"><?php esc_html_e( 'email@example.com', 'twentytwentyfive' ); ?><br><?php echo esc_html_x( '+1 555 349 1806', 'Phone number.', 'twentytwentyfive' ); ?></p> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/services-3-col.php
r59233 r59269 25 25 <!-- wp:image {"aspectRatio":"4/3","scale":"cover","sizeSlug":"full","style":{"spacing":{"margin":{"bottom":"24px"}}}} --> 26 26 <figure class="wp-block-image size-full" style="margin-bottom:24px"> 27 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/ image-from-rawpixel-id-2222755.webp" alt="<?php esc_attr_e( 'Image for service', 'twentytwentyfive' ); ?>" style="aspect-ratio:4/3;object-fit:cover"/>27 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/campanula-alliariifolia-flower.webp" alt="<?php esc_attr_e( 'Image for service', 'twentytwentyfive' ); ?>" style="aspect-ratio:4/3;object-fit:cover"/> 28 28 </figure> 29 29 <!-- /wp:image --> … … 43 43 <!-- wp:image {"aspectRatio":"4/3","scale":"cover","sizeSlug":"full","style":{"spacing":{"margin":{"bottom":"24px"}}}} --> 44 44 <figure class="wp-block-image size-full" style="margin-bottom:24px"> 45 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/ image-from-rawpixel-id-2224378.webp" alt="<?php esc_attr_e( 'Image for service', 'twentytwentyfive' ); ?>" style="aspect-ratio:4/3;object-fit:cover"/>45 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/delphinium-flowers.webp" alt="<?php esc_attr_e( 'Image for service', 'twentytwentyfive' ); ?>" style="aspect-ratio:4/3;object-fit:cover"/> 46 46 </figure> 47 47 <!-- /wp:image --> … … 61 61 <!-- wp:image {"aspectRatio":"4/3","scale":"cover","sizeSlug":"full","style":{"spacing":{"margin":{"bottom":"24px"}}}} --> 62 62 <figure class="wp-block-image size-full" style="margin-bottom:24px"> 63 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/ image-from-rawpixel-id-2211732.webp" alt="<?php esc_attr_e( 'Image for service', 'twentytwentyfive' ); ?>" style="aspect-ratio:4/3;object-fit:cover"/>63 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/star-thristle-flower.webp" alt="<?php esc_attr_e( 'Image for service', 'twentytwentyfive' ); ?>" style="aspect-ratio:4/3;object-fit:cover"/> 64 64 </figure> 65 65 <!-- /wp:image --> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/template-archive-news-blog.php
r59146 r59269 13 13 14 14 ?> 15 <!-- wp:template-part {"slug":"header "} /-->15 <!-- wp:template-part {"slug":"header-large-title"} /--> 16 16 17 17 <!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} --> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/template-home-news-blog.php
r59233 r59269 13 13 14 14 ?> 15 <!-- wp:template-part {"slug":"header "} /-->15 <!-- wp:template-part {"slug":"header-large-title"} /--> 16 16 17 17 <!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} --> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/template-home-posts-grid-news-blog.php
r59191 r59269 12 12 13 13 ?> 14 <!-- wp:template-part {"slug":"header "} /-->14 <!-- wp:template-part {"slug":"header-large-title"} /--> 15 15 16 16 <!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"default"}} --> … … 134 134 <!-- wp:pattern {"slug":"twentytwentyfive/cta-newsletter"} /--> 135 135 136 <!-- wp:template-part {"slug":"footer- newsletter"} /-->136 <!-- wp:template-part {"slug":"footer-columns"} /--> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/template-home-with-sidebar-news-blog.php
r59191 r59269 13 13 14 14 ?> 15 <!-- wp:template-part {"slug":"header "} /-->15 <!-- wp:template-part {"slug":"header-large-title"} /--> 16 16 17 17 <!-- wp:group {"tagName":"main","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} --> … … 125 125 <!-- /wp:group --> 126 126 127 <!-- wp:template-part {"slug":"footer- newsletter"} /-->127 <!-- wp:template-part {"slug":"footer-columns"} /--> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/template-single-left-aligned-content.php
r59268 r59269 13 13 14 14 ?> 15 <!-- wp:template-part {"slug":"header "} /-->15 <!-- wp:template-part {"slug":"header-large-title"} /--> 16 16 17 17 <!-- wp:group {"tagName":"main","align":"wide","style":{"spacing":{"blockGap":"0"}},"layout":{"type":"default"}} --> … … 110 110 <!-- /wp:group --> 111 111 112 <!-- wp:template-part {"slug":"footer "} /-->112 <!-- wp:template-part {"slug":"footer-columns"} /--> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/template-single-news-blog.php
r59191 r59269 13 13 14 14 ?> 15 <!-- wp:template-part {"slug":"header "} /-->15 <!-- wp:template-part {"slug":"header-large-title"} /--> 16 16 17 17 <!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} --> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/template-single-photo-blog.php
r59191 r59269 40 40 <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|10"}},"fontSize":"small","layout":{"type":"constrained"}} --> 41 41 <div class="wp-block-group has-small-font-size"> 42 <!-- wp:paragraph --><p><?php echo esc_html_x( 'Posted by', 'Prefix before the author name. The post a tuhor name is displayed in a separate block on the next line.', 'twentytwentyfive' ); ?></p><!-- /wp:paragraph -->42 <!-- wp:paragraph --><p><?php echo esc_html_x( 'Posted by', 'Prefix before the author name. The post author name is displayed in a separate block on the next line.', 'twentytwentyfive' ); ?></p><!-- /wp:paragraph --> 43 43 <!-- wp:post-author-name {"isLink":true} /--> 44 44 </div> … … 85 85 </div> 86 86 <!-- /wp:group --> 87 <!-- wp:columns {"align":"wide"} --> 88 <div class="wp-block-columns alignwide"> 89 <!-- wp:column {"width":"66.66%"} --> 90 <div class="wp-block-column" style="flex-basis:66.66%"> 91 <!-- wp:post-content {"align":"full","layout":{"type":"default"}} /--> 92 </div> 93 <!-- /wp:column --> 94 <!-- wp:column {"width":"33.33%"} --> 95 <div class="wp-block-column" style="flex-basis:33.33%"></div> 96 <!-- /wp:column --> 97 </div> 98 <!-- /wp:columns --> 87 88 <!-- wp:post-content {"align":"wide","layout":{"type":"constrained","justifyContent":"left"}} /--> 89 99 90 <!-- wp:group {"align":"wide","layout":{"type":"constrained","justifyContent":"left"}} --> 100 91 <div class="wp-block-group alignwide"> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/testimonials-2-col.php
r59233 r59269 34 34 <blockquote class="wp-block-quote is-style-plain has-x-large-font-size" style="font-style:normal;font-weight:400"> 35 35 <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.1"}}} --> 36 <p style="line-height:1.1"><?php echo esc_html_x( ' “Superb product and customer service!”', 'Sample testimonial.', 'twentytwentyfive' ); ?></p>36 <p style="line-height:1.1"><?php echo esc_html_x( '“Superb product and customer service!”', 'Sample testimonial.', 'twentytwentyfive' ); ?></p> 37 37 <!-- /wp:paragraph --> 38 38 <cite><?php echo wp_kses_post( _x( 'Jo Mulligan <br /><sub>Atlanta, GA</sub>', 'Sample testimonial citation.', 'twentytwentyfive' ) ); ?></cite> … … 63 63 <blockquote class="wp-block-quote is-style-plain has-x-large-font-size" style="font-style:normal;font-weight:400"> 64 64 <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.1"}}} --> 65 <p style="line-height:1.1"><?php echo esc_html_x( ' “Amazing quality and care. I love all your products.”', 'Sample testimonial.', 'twentytwentyfive' ); ?></p>65 <p style="line-height:1.1"><?php echo esc_html_x( '“Amazing quality and care. I love all your products.”', 'Sample testimonial.', 'twentytwentyfive' ); ?></p> 66 66 <!-- /wp:paragraph --> 67 67 <cite><?php echo wp_kses_post( _x( 'Otto Reid <br><sub>Springfield, IL</sub>', 'Sample testimonial citation.', 'twentytwentyfive' ) ); ?></cite> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/testimonials-6-col.php
r59191 r59269 28 28 <div class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"> 29 29 <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.1"}}} --> 30 <p style="line-height:1.1"><?php echo esc_html_x( ' “Amazing quality and care. I love all your products.”', 'Sample testimonial.', 'twentytwentyfive' ); ?></p>30 <p style="line-height:1.1"><?php echo esc_html_x( '“Amazing quality and care. I love all your products.”', 'Sample testimonial.', 'twentytwentyfive' ); ?></p> 31 31 <!-- /wp:paragraph --> 32 32 </div> … … 45 45 <div class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"> 46 46 <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.1"}}} --> 47 <p style="line-height:1.1"><?php echo esc_html_x( ' “Amazing quality and care. I love all your products.”', 'Sample testimonial.', 'twentytwentyfive' ); ?></p>47 <p style="line-height:1.1"><?php echo esc_html_x( '“Amazing quality and care. I love all your products.”', 'Sample testimonial.', 'twentytwentyfive' ); ?></p> 48 48 <!-- /wp:paragraph --> 49 49 </div> … … 62 62 <div class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"> 63 63 <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.1"}}} --> 64 <p style="line-height:1.1"><?php echo esc_html_x( ' “Amazing quality and care. I love all your products.”', 'Sample testimonial.', 'twentytwentyfive' ); ?></p>64 <p style="line-height:1.1"><?php echo esc_html_x( '“Amazing quality and care. I love all your products.”', 'Sample testimonial.', 'twentytwentyfive' ); ?></p> 65 65 <!-- /wp:paragraph --> 66 66 </div> … … 83 83 <div class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"> 84 84 <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.1"}}} --> 85 <p style="line-height:1.1"><?php echo esc_html_x( ' “Amazing quality and care. I love all your products.”', 'Sample testimonial.', 'twentytwentyfive' ); ?></p>85 <p style="line-height:1.1"><?php echo esc_html_x( '“Amazing quality and care. I love all your products.”', 'Sample testimonial.', 'twentytwentyfive' ); ?></p> 86 86 <!-- /wp:paragraph --> 87 87 </div> … … 99 99 <div class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"> 100 100 <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.1"}}} --> 101 <p style="line-height:1.1"><?php echo esc_html_x( ' “Amazing quality and care. I love all your products.”', 'Sample testimonial.', 'twentytwentyfive' ); ?></p>101 <p style="line-height:1.1"><?php echo esc_html_x( '“Amazing quality and care. I love all your products.”', 'Sample testimonial.', 'twentytwentyfive' ); ?></p> 102 102 <!-- /wp:paragraph --> 103 103 </div> … … 114 114 <div class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"> 115 115 <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.1"}}} --> 116 <p style="line-height:1.1"><?php echo esc_html_x( ' “Amazing quality and care. I love all your products.”', 'Sample testimonial.', 'twentytwentyfive' ); ?></p>116 <p style="line-height:1.1"><?php echo esc_html_x( '“Amazing quality and care. I love all your products.”', 'Sample testimonial.', 'twentytwentyfive' ); ?></p> 117 117 <!-- /wp:paragraph --> 118 118 </div> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/testimonials-large.php
r59191 r59269 30 30 <div class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"> 31 31 <!-- wp:paragraph {"fontSize":"xx-large"} --> 32 <p class="has-xx-large-font-size"><?php echo esc_html_x( ' “Superb product and customer service!”', 'Sample testimonial.', 'twentytwentyfive' ); ?></p>32 <p class="has-xx-large-font-size"><?php echo esc_html_x( '“Superb product and customer service!”', 'Sample testimonial.', 'twentytwentyfive' ); ?></p> 33 33 <!-- /wp:paragraph --> 34 34 </div> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/vertical-header.php
r59233 r59269 6 6 * Block Types: core/template-part/vertical-header 7 7 * Description: Vertical Header with site title and navigation 8 * Viewport width: 300 8 9 * 9 10 * @package WordPress -
trunk/src/wp-content/themes/twentytwentyfive/readme.txt
r59233 r59269 97 97 Northern Buttercups. 98 98 Free public domain CC0 image. 99 image-from-rawpixel-id-8802603-original.webp99 northern-buttercups-flowers.webp 100 100 https://www.rawpixel.com/image/8802603 101 101 … … 103 103 Small totara tree on ridge above Long Point, Porirua Harbour, by Leslie Adkin. 104 104 Free public domain CC0 image. 105 image-from-rawpixel-id-13029755.webp105 404-image.webp 106 106 https://www.rawpixel.com/image/13029755 107 107 … … 113 113 Delphinium (Larkspur). 114 114 Free public domain CC0 image. 115 image-from-rawpixel-id-2224378.webp115 delphinium-flowers.webp 116 116 https://www.rawpixel.com/image/2224378 117 117 118 118 Campanula Alliariifolia (Cornish Bellflower). 119 119 Free public domain CC0 image. 120 image-from-rawpixel-id-2222755.webp120 campanula-alliariifolia-flower.webp 121 121 https://www.rawpixel.com/image/2222755 122 122 123 123 Centaurea Ruthenica(Star Thristle). 124 124 Free public domain CC0 image. 125 image-from-rawpixel-id-2211732.webp125 star-thristle-flower.webp 126 126 https://www.rawpixel.com/image/2211732 127 127 … … 129 129 Free public domain CC0 image. 130 130 botany-flowers.webp 131 image-from-rawpixel-id-8812207.webp131 botany-flowers-closeup.webp 132 132 https://www.rawpixel.com/image/8812207 133 133 … … 165 165 Free public domain CC0 image. 166 166 poster-image-background.webp 167 image-from-rawpixel-id-8802835-jpeg-scaled.webp167 ruins-image.webp 168 168 https://www.rawpixel.com/image/8802835 169 169 … … 178 178 Free public domain CC0 image. 179 179 grid-flower-1.webp 180 red-hibiscus-closeup.webp 180 181 https://www.rawpixel.com/image/8799471 181 182 … … 244 245 Flora of Akaka Falls State Park. 245 246 Free public domain CC0 image. 246 image-from-rawpixel-id-8802845.webp247 akaka-falls-state-park-flora.webp 247 248 https://www.rawpixel.com/image/8802845 248 249 249 250 Closeup of plantlife in the Malibu Canyon area of the Santa Monica Mountains. 250 251 Free public domain CC0 image. 251 image-from-rawpixel-id-8799918.webp252 malibu-plantlife.webp 252 253 https://www.rawpixel.com/image/8799918 -
trunk/src/wp-content/themes/twentytwentyfive/styles/blocks/03-annotation.json
r59146 r59269 6 6 "blockTypes": ["core/heading", "core/paragraph"], 7 7 "styles": { 8 "css": " display: inline-flex",8 "css": "width: fit-content", 9 9 "typography": { 10 10 "fontSize": "var:preset|font-size|small", -
trunk/src/wp-content/themes/twentytwentyfive/theme.json
r59233 r59269 1467 1467 }, 1468 1468 { 1469 "area": "header", 1470 "name": "header-large-title", 1471 "title": "Header with large title" 1472 1473 }, 1474 { 1469 1475 "area": "footer", 1470 1476 "name": "footer", 1471 1477 "title": "Footer" 1478 }, 1479 { 1480 "area": "footer", 1481 "name": "footer-columns", 1482 "title": "Footer Columns" 1472 1483 }, 1473 1484 {
Note: See TracChangeset
for help on using the changeset viewer.