Make WordPress Core

Changeset 56764


Ignore:
Timestamp:
10/03/2023 03:12:30 PM (16 months ago)
Author:
hellofromTonya
Message:

Bundled Themes: Update TT4 for 6.4 Beta 2.

Twenty Twenty-Four (TT4) updates for 6.4 Beta 2.

Changes include bugfixes from the theme's development repo since Beta 1 such as:

  • Renamed patterns and images
  • Improved image descriptions
  • Polished a few of the templates to fit better the design
  • Addressed some a11y concerns.
  • Changed the required version to 6.4, aligning it with the last few default themes since we are making use of some of the features that will make it to 6.4, such as aspect ratio.

Follow-up to [56726], [56721], [56716].

Props onemaggie, desrosj, mukesh27.
Fixes #59524.

Location:
trunk/src/wp-content/themes/twentytwentyfour
Files:
7 added
7 deleted
50 edited
4 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyfour/functions.php

    r56716 r56764  
    11<?php
    22/**
    3  * Twenty Twenty Four functions and definitions
     3 * Twenty Twenty-Four functions and definitions
    44 *
    55 * @link https://developer.wordpress.org/themes/basics/theme-functions/
     
    3434            array(
    3535                'handle' => 'twentytwentyfour-button-style-outline',
    36                 'src'    => get_template_directory_uri() . '/assets/css/button-outline.css',
     36                'src'    => get_theme_file_uri( 'assets/css/button-outline.css' ),
    3737                'ver'    => wp_get_theme()->get( 'Version' ),
     38                'path'   => get_theme_file_path( 'assets/css/button-outline.css' ),
    3839            )
    3940        );
    40 
    41         /**
    42          * Add the `path` data to our stylesheet.
    43          *
    44          * This will let WordPress determine the best loading strategy for the stylesheet:
    45          * Small stylesheets will get inlined, while larger stylesheets will be loaded separately.
    46          *
    47          * See https://make.wordpress.org/core/2021/07/01/block-styles-loading-enhancements-in-wordpress-5-8/#inlining-small-assets for more info.
    48          */
    49         wp_style_add_data( 'twentytwentyfour-button-style-outline', 'path', get_theme_file_path( 'assets/css/button-outline.css' ) );
    5041
    5142        register_block_style(
     
    6455                    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    6556                }
    66                
     57
    6758                .is-style-arrow-icon-details summary {
    6859                    list-style-type: "\2193\00a0\00a0\00a0";
    6960                }
    70                
     61
    7162                .is-style-arrow-icon-details[open]>summary {
    7263                    list-style-type: "\2192\00a0\00a0\00a0";
     
    9182                    border-radius: var(--wp--preset--spacing--20);
    9283                }
    93                
     84
    9485                .is-style-pill a:hover {
    9586                    background-color: var(--wp--preset--color--contrast-3);
     
    110101                    list-style-type: "\2713";
    111102                }
    112                
     103
    113104                ul.is-style-checkmark-list li {
    114105                    padding-inline-start: 1ch;
     106                }',
     107            )
     108        );
     109        register_block_style(
     110            'core/navigation-link',
     111            array(
     112                'name'         => 'arrow-link',
     113                'label'        => __( 'With arrow', 'twentytwentyfour' ),
     114                /*
     115                 * Styles for the custom arrow nav link block style
     116                 */
     117                'inline_style' => '
     118                .is-style-arrow-link .wp-block-navigation-item__label:after {
     119                    content: "\2197";
     120                    padding-inline-start: 0.25rem;
     121                    vertical-align: middle;
     122                    text-decoration: none;
     123                    display: inline-block;
    115124                }',
    116125            )
     
    130139                    display: block;
    131140                }
    132                
     141
     142                /* Hide the asterisk if the heading has no content, to avoid using empty headings to display the asterisk only, which is an A11Y issue */
     143                .is-style-asterisk:empty:before {
     144                    content: none;
     145                }
     146
     147                .is-style-asterisk:-moz-only-whitespace:before {
     148                    content: none;
     149                }
     150
    133151                .is-style-asterisk.has-text-align-center:before {
    134152                    margin: 0 auto;
    135153                }
    136                
     154
    137155                .is-style-asterisk.has-text-align-right:before {
    138156                    margin-left: auto;
    139157                }
    140                
     158
    141159                .rtl .is-style-asterisk.has-text-align-left:before {
    142160                    margin-right: auto;
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/centered-statement.php

    r56716 r56764  
    88?>
    99
    10 <!-- wp:group {"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"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
    11 <div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0;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)"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}},"border":{"radius":"16px"}},"backgroundColor":"base-2","layout":{"type":"default"}} -->
    12 <div class="wp-block-group alignwide has-base-2-background-color has-background" style="border-radius:16px;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)"><!-- wp:paragraph {"align":"center","style":{"typography":{"lineHeight":"1.2","fontStyle":"normal","fontWeight":"400"}},"fontSize":"x-large","fontFamily":"heading"} -->
    13 <p class="has-text-align-center has-heading-font-family has-x-large-font-size" style="font-style:normal;font-weight:400;line-height:1.2"><?php echo wp_kses_post( __( '<em>Études</em> is not confined to the past—we are passionate about the cutting-edge designs shaping our world today.', 'twentytwentyfour' ) ); ?></p>
    14 <!-- /wp:paragraph --></div>
     10<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60","left":"var:preset|spacing|60","right":"var:preset|spacing|60"},"margin":{"top":"0","bottom":"0"}}},"backgroundColor":"base-2","layout":{"type":"constrained"}} -->
     11<div class="wp-block-group alignfull has-base-2-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--60)"><!-- wp:group {"align":"wide","layout":{"type":"default"}} -->
     12<div class="wp-block-group alignwide"><!-- wp:spacer {"height":"var:preset|spacing|50"} -->
     13<div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
     14<!-- /wp:spacer -->
     15
     16<!-- wp:paragraph {"align":"center","style":{"typography":{"lineHeight":"1.2","fontStyle":"normal","fontWeight":"400"}},"fontSize":"x-large","fontFamily":"heading"} -->
     17<p class="has-text-align-center has-heading-font-family has-x-large-font-size" style="font-style:normal;font-weight:400;line-height:1.2"><?php echo wp_kses_post( __( '<em>Études</em> is not confined to the past—we are passionate about the cutting edge designs shaping our world today.', 'twentytwentyfour' ) ); ?></p>
     18<!-- /wp:paragraph -->
     19
     20<!-- wp:spacer {"height":"var:preset|spacing|50"} -->
     21<div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
     22<!-- /wp:spacer --></div>
    1523<!-- /wp:group --></div>
    1624<!-- /wp:group -->
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/columns.php

    r56716 r56764  
    2020<div class="wp-block-group"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"left","flexWrap":"nowrap"}} -->
    2121<div class="wp-block-group"><!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"500"}}} -->
    22 <p style="font-style:normal;font-weight:500"><?php echo esc_html__( 'Consulting', 'twentytwentyfour' ); ?></p>
     22<p style="font-style:normal;font-weight:500"><?php esc_html_e( 'Consulting', 'twentytwentyfour' ); ?></p>
    2323<!-- /wp:paragraph -->
    2424
     
    3030<!-- wp:group {"layout":{"type":"flex","orientation":"vertical","flexWrap":"nowrap"}} -->
    3131<div class="wp-block-group"><!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"500"}}} -->
    32 <p style="font-style:normal;font-weight:500"><?php echo esc_html__( 'Project Management', 'twentytwentyfour' ); ?></p>
     32<p style="font-style:normal;font-weight:500"><?php esc_html_e( 'Project Management', 'twentytwentyfour' ); ?></p>
    3333<!-- /wp:paragraph -->
    3434
     
    4242<div class="wp-block-group"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical","flexWrap":"nowrap"}} -->
    4343<div class="wp-block-group"><!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"500"}}} -->
    44 <p style="font-style:normal;font-weight:500"><?php echo esc_html__( 'Design', 'twentytwentyfour' ); ?></p>
     44<p style="font-style:normal;font-weight:500"><?php esc_html_e( 'Design', 'twentytwentyfour' ); ?></p>
    4545<!-- /wp:paragraph -->
    4646
     
    5252<!-- wp:group {"layout":{"type":"flex","orientation":"vertical","flexWrap":"nowrap"}} -->
    5353<div class="wp-block-group"><!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"500"}}} -->
    54 <p style="font-style:normal;font-weight:500"><?php echo esc_html__( 'Maintenance', 'twentytwentyfour' ); ?></p>
     54<p style="font-style:normal;font-weight:500"><?php esc_html_e( 'Maintenance', 'twentytwentyfour' ); ?></p>
    5555<!-- /wp:paragraph -->
    5656
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/features-with-images.php

    r56716 r56764  
    5656<!-- wp:column {"width":"50%"} -->
    5757<div class="wp-block-column" style="flex-basis:50%"><!-- wp:image {"aspectRatio":"4/3","scale":"cover","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} -->
    58 <figure class="wp-block-image size-large is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/business-app.webp" alt="<?php esc_attr_e( 'Woman taking picture of a building.', 'twentytwentyfour' ); ?>"/></figure>
     58<figure class="wp-block-image size-large is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/tourist-and-building.webp" alt="<?php esc_attr_e( 'Tourist taking photo of a building', 'twentytwentyfour' ); ?>"/></figure>
    5959<!-- /wp:image --></div>
    6060<!-- /wp:column --></div>
     
    6868<div class="wp-block-columns alignwide"><!-- wp:column {"width":"50%"} -->
    6969<div class="wp-block-column" style="flex-basis:50%"><!-- wp:image {"aspectRatio":"4/3","scale":"cover","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} -->
    70 <figure class="wp-block-image size-large is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/home.webp" alt="<?php esc_attr_e( 'Windows of a building.', 'twentytwentyfour' ); ?>"/></figure>
     70<figure class="wp-block-image size-large is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/windows.webp" alt="<?php esc_attr_e( 'Windows of a building in Nuremberg, Germany', 'twentytwentyfour' ); ?>"/></figure>
    7171<!-- /wp:image --></div>
    7272<!-- /wp:column -->
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/footer-portfolio.php

    r56716 r56764  
    7676            <!-- wp:group {"style":{"spacing":{"blockGap":"6px"}},"layout":{"type":"flex","flexWrap":"wrap"}} -->
    7777            <div class="wp-block-group">
    78                 <!-- wp:paragraph {"fontSize":"small"} -->
    79                 <p class="has-small-font-size"><?php esc_html_e( '&copy; 2024', 'twentytwentyfour' ); ?></p>
    80                 <!-- /wp:paragraph -->
    8178                <!-- wp:site-title {"level":0,"style":{"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"small"} /-->
    8279            </div>
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/footer.php

    r56716 r56764  
    2828<div class="wp-block-group"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
    2929<div class="wp-block-group"><!-- wp:heading {"level":2,"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"fontFamily":"body"} -->
    30 <h2 class="wp-block-heading has-medium-font-size has-body-font-family" style="font-style:normal;font-weight:600"><?php echo esc_html__( 'About', 'twentytwentyfour' ); ?></h2>
     30<h2 class="wp-block-heading has-medium-font-size has-body-font-family" style="font-style:normal;font-weight:600"><?php esc_html_e( 'About', 'twentytwentyfour' ); ?></h2>
    3131<!-- /wp:heading -->
    3232
     
    3434<div class="wp-block-group">
    3535
    36 <!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"small"} -->
     36<!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"small","ariaLabel":"<?php esc_attr_e( 'About', 'twentytwentyfour' ); ?>"} -->
    3737
    3838<!-- wp:navigation-link {"label":"Team","url":"#"} /-->
     
    4949<!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
    5050<div class="wp-block-group"><!-- wp:heading {"level":2,"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"fontFamily":"body"} -->
    51 <h2 class="wp-block-heading has-medium-font-size has-body-font-family" style="font-style:normal;font-weight:600"><?php echo esc_html__( 'Privacy', 'twentytwentyfour' ); ?></h2>
     51<h2 class="wp-block-heading has-medium-font-size has-body-font-family" style="font-style:normal;font-weight:600"><?php esc_html_e( 'Privacy', 'twentytwentyfour' ); ?></h2>
    5252<!-- /wp:heading -->
    5353
     
    5555<div class="wp-block-group">
    5656
    57 <!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"small"} -->
     57<!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"small","ariaLabel":"<?php esc_attr_e( 'Privacy', 'twentytwentyfour' ); ?>"} -->
    5858
    5959<!-- wp:navigation-link {"label":"Privacy Policy","url":"#"} /-->
     
    6969<!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
    7070<div class="wp-block-group"><!-- wp:heading {"level":2,"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"fontFamily":"body"} -->
    71 <h2 class="wp-block-heading has-medium-font-size has-body-font-family" style="font-style:normal;font-weight:600"><?php echo esc_html__( 'Social Media', 'twentytwentyfour' ); ?></h2>
     71<h2 class="wp-block-heading has-medium-font-size has-body-font-family" style="font-style:normal;font-weight:600"><?php esc_html_e( 'Social Media', 'twentytwentyfour' ); ?></h2>
    7272<!-- /wp:heading -->
    7373
     
    7575<div class="wp-block-group">
    7676
    77 <!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"small"} -->
     77<!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"small","ariaLabel":"<?php esc_attr_e( 'Social Media', 'twentytwentyfour' ); ?>"} -->
    7878
    7979<!-- wp:navigation-link {"label":"Facebook","url":"#"} /-->
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/hero.php

    r56716 r56764  
    3838
    3939<!-- wp:image {"align":"wide","sizeSlug":"full","linkDestination":"none","className":"is-style-rounded"} -->
    40 <figure class="wp-block-image alignwide size-full is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/business-hero.webp" alt="<?php esc_attr_e( 'A skyscraper building.', 'twentytwentyfour' ); ?>"/></figure>
     40<figure class="wp-block-image alignwide size-full is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/building-exterior.webp" alt="<?php esc_attr_e( 'Building exterior in Toronto, Canada', 'twentytwentyfour' ); ?>"/></figure>
    4141<!-- /wp:image --></div>
    4242<!-- /wp:group -->
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/hidden-404.php

    r56716 r56764  
    1313<p><?php echo esc_html_x( 'The page you are looking for doesn’t exist, or it has been moved. Please try searching using the form below.', 'Message to convey that a webpage could not be found', 'twentytwentyfour' ); ?></p>
    1414<!-- /wp:paragraph -->
    15 <!-- wp:pattern {"slug":"twentytwentyfour/hidden-search"} /-->
     15<!-- wp:pattern {"slug":"twentytwentyfour/search"} /-->
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/hidden-comments.php

    r56716 r56764  
    99<!-- wp:comments {"className":"wp-block-comments-query-loop"} -->
    1010<div class="wp-block-comments wp-block-comments-query-loop">
    11     <!-- wp:heading {"className":"screen-reader-text"} -->
    12     <h2 class="screen-reader-text"><?php esc_html_e( 'Comments', 'twentytwentyfour' ); ?></h2>
    13     <!-- /wp:heading -->
     11    <!-- wp:heading --><h2><?php esc_html_e( 'Comments', 'twentytwentyfour' ); ?></h2><!-- /wp:heading -->
    1412    <!-- wp:comments-title {"level":3} /-->
    1513    <!-- wp:comment-template -->
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/hidden-full-screen-image.php

    r56716 r56764  
    77?>
    88
    9 <!-- wp:cover {"url":"<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/project-overview.webp","hasParallax":true,"dimRatio":0,"overlayColor":"base","minHeight":100,"minHeightUnit":"vh","isDark":false,"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","right":"var:preset|spacing|50","left":"var:preset|spacing|50"}}},"layout":{"type":"constrained"}} -->
    10 <div class="wp-block-cover alignfull is-light has-parallax" 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:100vh"><span aria-hidden="true" class="wp-block-cover__background has-base-background-color has-background-dim-0 has-background-dim"></span><div role="img" class="wp-block-cover__image-background has-parallax" style="background-position:50% 50%;background-image:url(<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/project-overview.webp)"></div><div class="wp-block-cover__inner-container">
     9<!-- wp:cover {"url":"<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/art-gallery.webp","hasParallax":true,"dimRatio":0,"overlayColor":"base","minHeight":100,"minHeightUnit":"vh","isDark":false,"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","right":"var:preset|spacing|50","left":"var:preset|spacing|50"}}},"layout":{"type":"constrained"}} -->
     10<div class="wp-block-cover alignfull is-light has-parallax" 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:100vh"><span aria-hidden="true" class="wp-block-cover__background has-base-background-color has-background-dim-0 has-background-dim"></span><div role="img" class="wp-block-cover__image-background has-parallax" style="background-position:50% 50%;background-image:url(<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/art-gallery.webp)"></div><div class="wp-block-cover__inner-container">
    1111<!-- wp:spacer {"height":"var:preset|spacing|60"} -->
    1212<div style="height:var(--wp--preset--spacing--60)" aria-hidden="true" class="wp-block-spacer"></div>
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/hidden-hidden-intro-text-left.php

    r56716 r56764  
    22/**
    33 * Title: Heading on left
    4  * Slug: twentytwentyfour/hidden-intro-text-left
     4 * Slug: twentytwentyfour/intro-text-left
    55 * Categories: text
    66 * Inserter: no
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/hidden-no-results-content.php

    r56716 r56764  
    22/**
    33 * Title: Hidden No Results Content
    4  * Slug: twentytwentyfour/hidden-no-results-content
     4 * Slug: twentytwentyfour/no-results-content
    55 * Inserter: no
    66 */
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php

    r56716 r56764  
    1515<!-- /wp:paragraph -->
    1616
    17 <!-- wp:paragraph {"fontSize":"small"} -->
    18 <p class="has-small-font-size"><?php echo esc_html_x( 'by', 'Prefix for the post author block: By author name', 'twentytwentyfour' ); ?></p>
     17<!-- wp:paragraph {"fontSize":"small","textColor":"contrast-2"} -->
     18<p class="has-small-font-size has-contrast-2-color has-text-color"><?php echo esc_html_x( 'by', 'Prefix for the post author block: By author name', 'twentytwentyfour' ); ?></p>
    1919<!-- /wp:paragraph -->
    2020
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/hidden-search.php

    r56716 r56764  
    22/**
    33 * Title: Hidden Search form
    4  * Slug: twentytwentyfour/hidden-search
     4 * Slug: twentytwentyfour/search
    55 * Inserter: no
    66 */
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/hidden-sidebar.php

    r56716 r56764  
    77 */
    88?>
    9 
    10 <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40"}},"layout":{"type":"constrained","contentSize":"420px"}} -->
    11 <div class="wp-block-group">
    12 
    13 <!-- wp:spacer {"height":"var:preset|spacing|10"} -->
    14 <div style="height:var(--wp--preset--spacing--10)" aria-hidden="true" class="wp-block-spacer"></div>
    15 <!-- /wp:spacer -->
    16 
    17 <!-- wp:group {"style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
     9<!-- wp:group {"style":{"spacing":{"blockGap":"36px","padding":{"right":"0","left":"0"}}},"layout":{"type":"default"}} -->
     10<div class="wp-block-group" style="padding-right:0;padding-left:0"><!-- wp:group {"style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
    1811<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:avatar {"size":80,"style":{"border":{"radius":"16px"}}} /-->
    1912
    20 <!-- wp:heading {"style":{"typography":{"fontSize":"1.6rem"}}} -->
    21 <h2 class="wp-block-heading" style="font-size:1.6rem"><?php echo esc_html__( 'About the author', 'twentytwentyfour' ); ?></h2>
     13<!-- wp:group {"style":{"spacing":{"blockGap":"16px"}},"layout":{"type":"flex","orientation":"vertical"}} -->
     14<div class="wp-block-group"><!-- wp:heading {"style":{"typography":{"fontSize":"1.6rem"}}} -->
     15<h2 class="wp-block-heading" style="font-size:1.6rem"><?php esc_html_e( 'About the author', 'twentytwentyfour' ); ?></h2>
    2216<!-- /wp:heading -->
    2317
    2418<!-- wp:post-author-biography {"fontSize":"small"} /--></div>
     19<!-- /wp:group --></div>
    2520<!-- /wp:group -->
    2621
     
    2924<!-- /wp:separator -->
    3025
    31 <!-- wp:group {"layout":{"type":"constrained"}} -->
    32 <div class="wp-block-group">
    33     <!-- wp:heading {"style":{"typography":{"fontSize":"1.6rem"}}} -->
    34     <h2 class="wp-block-heading" style="font-size:1.6rem"><?php echo esc_html__( 'Latest Posts', 'twentytwentyfour' ); ?></h2>
    35     <!-- /wp:heading -->
     26<!-- wp:group {"style":{"spacing":{"blockGap":"16px"}},"layout":{"type":"constrained"}} -->
     27<div class="wp-block-group"><!-- wp:heading {"style":{"typography":{"fontSize":"1.6rem"}}} -->
     28<h2 class="wp-block-heading" style="font-size:1.6rem"><?php esc_html_e( 'Popular Categories', 'twentytwentyfour' ); ?></h2>
     29<!-- /wp:heading -->
    3630
    37     <!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false}} -->
    38     <div class="wp-block-query"><!-- wp:post-template -->
    39     <!-- wp:group {"style":{"spacing":{"blockGap":"2px"}},"layout":{"type":"flex","orientation":"vertical"}} -->
    40     <div class="wp-block-group"><!-- wp:post-title {"isLink":true,"fontSize":"medium"} /-->
    41     <!-- wp:template-part {"slug":"post-meta","theme":"twentytwentyfour"} /-->
    42     </div>
    43     <!-- /wp:group -->
     31<!-- wp:categories {"showHierarchy":true,"showPostCounts":true,"fontSize":"small"} /--></div>
     32<!-- /wp:group -->
    4433
    45     <!-- wp:spacer {"height":"var:preset|spacing|10"} -->
    46     <div style="height:var(--wp--preset--spacing--10)" aria-hidden="true" class="wp-block-spacer"></div>
    47     <!-- /wp:spacer -->
    48     <!-- /wp:post-template --></div>
    49     <!-- /wp:query -->
     34<!-- wp:separator {"backgroundColor":"base-3","className":"is-style-wide"} -->
     35<hr class="wp-block-separator has-text-color has-base-3-color has-alpha-channel-opacity has-base-3-background-color has-background is-style-wide"/>
     36<!-- /wp:separator -->
     37
     38<!-- wp:group {"style":{"spacing":{"blockGap":"26px"}},"layout":{"type":"constrained"}} -->
     39<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"16px"}},"layout":{"type":"flex","orientation":"vertical"}} -->
     40<div class="wp-block-group"><!-- wp:heading {"style":{"typography":{"fontSize":"1.6rem"}}} -->
     41<h2 class="wp-block-heading" style="font-size:1.6rem"><?php esc_html_e( 'Useful Links', 'twentytwentyfour' ); ?></h2>
     42<!-- /wp:heading -->
     43
     44<!-- wp:paragraph {"fontSize":"small"} -->
     45<p class="has-small-font-size"><?php esc_html_e( 'Links I found useful and wanted to share.', 'twentytwentyfour' ); ?></p>
     46<!-- /wp:paragraph --></div>
     47<!-- /wp:group -->
     48
     49<!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"typography":{"fontStyle":"normal","fontWeight":"400"},"spacing":{"blockGap":"var:preset|spacing|10"}},"fontSize":"small"} -->
     50<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Latest inflation report', 'twentytwentyfour' ); ?>","url":"#","className":"is-style-arrow-link","style":{"typography":{"textDecoration":"underline"}}} /-->
     51<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Financial apps for families', 'twentytwentyfour' ); ?>","url":"#","className":"is-style-arrow-link","style":{"typography":{"textDecoration":"underline"}}} /-->
     52<!-- /wp:navigation -->
    5053</div>
    5154<!-- /wp:group -->
     
    5558<!-- /wp:separator -->
    5659
    57 <!-- wp:group {"layout":{"type":"constrained"}} -->
     60<!-- wp:group {"style":{"spacing":{"blockGap":"16px"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
    5861<div class="wp-block-group"><!-- wp:heading {"style":{"typography":{"fontSize":"1.6rem"}}} -->
    59 <h2 class="wp-block-heading" style="font-size:1.6rem"><?php echo esc_html__( 'Links', 'twentytwentyfour' ); ?></h2>
     62<h2 class="wp-block-heading" style="font-size:1.6rem"><?php esc_html_e( 'Search the website', 'twentytwentyfour' ); ?></h2>
    6063<!-- /wp:heading -->
    6164
    62 
    63 <!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"typography":{"fontStyle":"normal","fontWeight":"400","textDecoration":"underline"}},"fontSize":"small"} -->
    64 <!-- wp:navigation-link {"label":"<?php echo esc_html__( 'Latest inflation report', 'twentytwentyfour' ); ?>","url":"#"} /-->
    65 <!-- wp:navigation-link {"label":"<?php echo esc_html__( 'Financial apps for families', 'twentytwentyfour' ); ?>","url":"#"} /-->
    66 <!-- /wp:navigation --></div>
     65<!-- wp:search {"label":"<?php echo esc_attr_x( 'Search', 'search form label', 'twentytwentyfour' ); ?>","showLabel":false,"placeholder":"<?php echo esc_attr_x( 'Search...', 'search form placeholder', 'twentytwentyfour' ); ?>","width":100,"widthUnit":"%","buttonText":"<?php echo esc_attr_x( 'Search', 'search form label', 'twentytwentyfour' ); ?>"} /--></div>
    6766<!-- /wp:group -->
    6867
    6968<!-- wp:spacer {"height":"var:preset|spacing|10"} -->
    7069<div style="height:var(--wp--preset--spacing--10)" aria-hidden="true" class="wp-block-spacer"></div>
    71 <!-- /wp:spacer -->
    72 
    73 </div>
     70<!-- /wp:spacer --></div>
    7471<!-- /wp:group -->
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/left-aligned-cta-image.php

    r56716 r56764  
    4141
    4242<!-- wp:column {"verticalAlignment":"center","width":"50%"} -->
    43 <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:50%"><!-- wp:image {"aspectRatio":"4/3","scale":"cover","sizeSlug":"full","linkDestination":"none","style":{"color":{"duotone":"var:preset|duotone|duotone-1"}},"className":"is-style-rounded"} -->
    44 <figure class="wp-block-image size-full is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/left-aligned-cta.webp" alt="<?php esc_attr_e( 'An abstract Pattern Image', 'twentytwentyfour' ); ?>" style="aspect-ratio:4/3;object-fit:cover"/></figure>
     43<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:50%"><!-- wp:image {"aspectRatio":"4/3","scale":"cover","sizeSlug":"full","linkDestination":"none","className":"is-style-rounded"} -->
     44<figure class="wp-block-image size-full is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/abstract-geometric-art.webp" alt="<?php esc_attr_e( 'White abstract geometric artwork from Dresden, Germany', 'twentytwentyfour' ); ?>" style="aspect-ratio:4/3;object-fit:cover"/></figure>
    4545<!-- /wp:image --></div>
    4646<!-- /wp:column --></div>
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/page-03-portfolio-overview.php

    r56716 r56764  
    22/**
    33 * Title: Portfolio Overview Page
    4  * Slug: twentytwentyfour/page-project-overview
     4 * Slug: twentytwentyfour/portfolio-overview
    55 * Categories: about
    66 * Keywords: page, starter
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/page-04-newsletter-landing.php

    r56716 r56764  
    22/**
    33 * Title: Newsletter Landing Page
    4  * Slug: twentytwentyfour/page-newsletter-landing
     4 * Slug: twentytwentyfour/newsletter-landing
    55 * Categories: call-to-action
    66 * Keywords: page, starter
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/page-05-portfolio-home.php

    r56716 r56764  
    22/**
    33 * Title: Portfolio Home Page
    4  * Slug: twentytwentyfour/page-portfolio-home
     4 * Slug: twentytwentyfour/portfolio-home
    55 * Categories: portfolio
    66 * Keywords: page, starter
     
    1111?>
    1212
    13 <!-- wp:pattern {"slug":"twentytwentyfour/hidden-intro-text-left"} /-->
     13<!-- wp:pattern {"slug":"twentytwentyfour/intro-text-left"} /-->
    1414<!-- wp:pattern {"slug":"twentytwentyfour/offset-grid-image-posts"} /-->
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/page-06-writer-home.php

    r56716 r56764  
    22/**
    33 * Title: Writer Home Page
    4  * Slug: twentytwentyfour/page-writer-home
     4 * Slug: twentytwentyfour/writer-home
    55 * Categories: text, page
    66 * Keywords: page, starter
     
    2727<!-- wp:post-title {"isLink":true,"fontSize":"large"} /-->
    2828
    29 <!-- wp:template-part {"slug":"post-meta","theme":"twentytwentyfour"} /-->
     29<!-- wp:template-part {"slug":"post-meta"} /-->
    3030
    3131</article>
     
    4848
    4949<!-- wp:query-no-results -->
    50 <!-- wp:pattern {"slug":"twentytwentyfour/hidden-no-results-content"} /-->
     50<!-- wp:pattern {"slug":"twentytwentyfour/no-results-content"} /-->
    5151<!-- /wp:query-no-results --></div>
    5252<!-- /wp:query --></div>
     
    5959<!-- wp:column {"width":"30%"} -->
    6060<div class="wp-block-column" style="flex-basis:30%">
    61 <!-- wp:template-part {"slug":"sidebar","theme":"twentytwentyfour"} /-->
     61<!-- wp:template-part {"slug":"sidebar","tagName":"aside"} /-->
    6262</div>
    6363<!-- /wp:column -->
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/page-07-rsvp-landing.php

    r56763 r56764  
    11<?php
    22/**
    3  * Title: RSVP
    4  * Slug: twentytwentyfour/rsvp
    5  * Categories: call-to-action, banner, featured
    6  * Viewport width: 1400
     3 * Title: RSVP Landing Page
     4 * Slug: twentytwentyfour/rsvp-landing
     5 * Categories: call-to-action
     6 * Keywords: page, starter
     7 * Block Types: core/post-content
     8 * Post Types: page, wp_template
     9 * Viewport width: 1100
    710 */
    811?>
     
    1417<div class="wp-block-group" style="min-height:100%">
    1518
    16 <!-- wp:paragraph {"align":"right","style":{"typography":{"writingMode":"vertical-rl","fontSize":"12rem","lineHeight":"1"},"spacing":{"margin":{"right":"0","left":"calc( var(--wp--preset--spacing--30) * -1)"}}},"fontFamily":"heading"} -->
    17 <p class="has-text-align-right has-heading-font-family" style="margin-right:0;margin-left:calc( var(--wp--preset--spacing--30) * -1);font-size:12rem;line-height:1;writing-mode:vertical-rl"><?php echo esc_html_x( 'RSVP', 'Initials for ´please respond´', 'twentytwentyfour' ); ?></p>
    18 <!-- /wp:paragraph -->
     19<!-- wp:heading {"textAlign":"right","level":1,"style":{"typography":{"fontSize":"12rem","writingMode":"vertical-rl","lineHeight":"1"},"spacing":{"margin":{"right":"0","left":"calc( var(--wp--preset--spacing--20) * -1)"}}}} -->
     20<h1 class="wp-block-heading has-text-align-right" style="margin-right:0;margin-left:calc( var(--wp--preset--spacing--20) * -1);font-size:12rem;line-height:1;writing-mode:vertical-rl"><?php echo esc_html_x( 'RSVP', 'Initials for ´please respond´', 'twentytwentyfour' ); ?></h1>
     21<!-- /wp:heading -->
    1922
    2023<!-- wp:group {"layout":{"type":"constrained","contentSize":"300px","justifyContent":"left"}} -->
     
    3437<!-- wp:column {"verticalAlignment":"top","width":"50%"} -->
    3538<div class="wp-block-column is-vertically-aligned-top" style="flex-basis:50%"><!-- wp:image {"aspectRatio":"3/4","scale":"cover","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} -->
    36 <figure class="wp-block-image size-large is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/rsvp.webp" alt="<?php esc_attr_e( 'An abstract pattern image', 'twentytwentyfour' ); ?>" style="aspect-ratio:3/4;object-fit:cover"/></figure>
     39<figure class="wp-block-image size-large is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/green-staircase.webp" alt="<?php esc_attr_e( 'Green staircase at Western University, London, Canada', 'twentytwentyfour' ); ?>" style="aspect-ratio:3/4;object-fit:cover"/></figure>
    3740<!-- /wp:image --></div>
    3841<!-- /wp:column --></div>
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/posts-featured.php

    r56716 r56764  
    1111<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0;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)">
    1212<!-- wp:heading {"align":"wide","style":{"typography":{"lineHeight":"1"},"spacing":{"margin":{"top":"0"}}},"fontSize":"x-large"} -->
    13 <h2 class="wp-block-heading alignwide has-x-large-font-size" style="margin-top:0;line-height:1"><?php echo esc_html__( 'Watch, Read, Listen', 'twentytwentyfour' ); ?></h2>
     13<h2 class="wp-block-heading alignwide has-x-large-font-size" style="margin-top:0;line-height:1"><?php esc_html_e( 'Watch, Read, Listen', 'twentytwentyfour' ); ?></h2>
    1414<!-- /wp:heading -->
    1515
     
    3333<!-- wp:post-excerpt {"excerptLength":35} /-->
    3434
    35 <!-- wp:template-part {"slug":"post-meta", "theme":"twentytwentyfour"} /-->
     35<!-- wp:template-part {"slug":"post-meta"} /-->
    3636
    3737</div>
     
    5454
    5555<!-- wp:post-excerpt {"excerptLength":14,"fontSize":"small"} /-->
    56 <!-- wp:template-part {"slug":"post-meta", "theme":"twentytwentyfour"} /-->
     56<!-- wp:template-part {"slug":"post-meta"} /-->
    5757
    5858</div>
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/posts-one-column.php

    r56716 r56764  
    3333        <!-- /wp:query-pagination -->
    3434        <!-- wp:query-no-results -->
    35             <!-- wp:pattern {"slug":"twentytwentyfour/hidden-no-results-content"} /-->
     35            <!-- wp:pattern {"slug":"twentytwentyfour/no-results-content"} /-->
    3636        <!-- /wp:query-no-results -->
    3737    </div>
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/posts-three-columns-images.php

    r56716 r56764  
    2828
    2929        <!-- wp:query-no-results -->
    30             <!-- wp:pattern {"slug":"twentytwentyfour/hidden-no-results-content"} /-->
     30            <!-- wp:pattern {"slug":"twentytwentyfour/no-results-content"} /-->
    3131        <!-- /wp:query-no-results -->
    3232
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/posts-three-columns.php

    r56716 r56764  
    4444
    4545        <!-- wp:query-no-results -->
    46             <!-- wp:pattern {"slug":"twentytwentyfour/hidden-no-results-content"} /-->
     46            <!-- wp:pattern {"slug":"twentytwentyfour/no-results-content"} /-->
    4747        <!-- /wp:query-no-results -->
    4848
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/project-description.php

    r56716 r56764  
    3131
    3232<!-- wp:image {"align":"wide","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} -->
    33 <figure class="wp-block-image alignwide size-large is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/tt4_projectoverview.jpg" alt="<?php esc_attr_e( 'An women walking in the stair.', 'twentytwentyfour' ); ?>"/></figure>
     33<figure class="wp-block-image alignwide size-large is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/hotel-facade.webp" alt="<?php esc_attr_e( 'Hyatt Regency San Francisco, San Francisco, United States', 'twentytwentyfour' ); ?>"/></figure>
    3434<!-- /wp:image --></div>
    3535<!-- /wp:group -->
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/project-layout.php

    r56716 r56764  
    1313<div class="wp-block-column is-vertically-aligned-stretch" style="padding-right:0;flex-basis:60%"><!-- wp:group {"style":{"dimensions":{"minHeight":"100%"}},"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"space-between","justifyContent":"stretch"}} -->
    1414<div class="wp-block-group" style="min-height:100%"><!-- wp:image {"aspectRatio":"9/16","scale":"cover","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} -->
    15 <figure class="wp-block-image size-large is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/project-1.webp" alt="<?php esc_attr_e( 'A building seen from perspective', 'twentytwentyfour' ); ?>" style="aspect-ratio:9/16;object-fit:cover"/></figure>
     15<figure class="wp-block-image size-large is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/angular-roof.webp" alt="<?php esc_attr_e( 'An empty staircase under an angular roof in Darling Harbour, Sydney, Australia', 'twentytwentyfour' ); ?>" style="aspect-ratio:9/16;object-fit:cover"/></figure>
    1616<!-- /wp:image -->
    1717
     
    3838
    3939<!-- wp:image {"aspectRatio":"9/16","scale":"cover","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} -->
    40 <figure class="wp-block-image size-large is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/project-overview.webp" alt="<?php esc_attr_e( 'A woman walking up the stairs', 'twentytwentyfour' ); ?>" style="aspect-ratio:9/16;object-fit:cover"/></figure>
     40<figure class="wp-block-image size-large is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/art-gallery.webp" alt="<?php esc_attr_e( 'Art Gallery of Ontario, Toronto, Canada', 'twentytwentyfour' ); ?>" style="aspect-ratio:9/16;object-fit:cover"/></figure>
    4141<!-- /wp:image --></div>
    4242<!-- /wp:group --></div>
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/services-cta.php

    r56716 r56764  
    1212<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"center","width":"60%"} -->
    1313<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:60%"><!-- wp:image {"aspectRatio":"4/3","scale":"cover","sizeSlug":"full","linkDestination":"none","style":{"color":{"duotone":"var:preset|duotone|duotone-1"}},"className":"is-style-rounded"} -->
    14 <figure class="wp-block-image size-full is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/left-aligned-cta.webp" alt="<?php esc_attr_e( 'A man holding some paper', 'twentytwentyfour' ); ?>" style="aspect-ratio:4/3;object-fit:cover"/></figure>
     14<figure class="wp-block-image size-full is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/abstract-geometric-art.webp" alt="<?php esc_attr_e( 'White abstract geometric artwork from Dresden, Germany', 'twentytwentyfour' ); ?>" style="aspect-ratio:4/3;object-fit:cover"/></figure>
    1515<!-- /wp:image --></div>
    1616<!-- /wp:column -->
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/template-archive-portfolio.php

    r56716 r56764  
    99?>
    1010
    11 <!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"default"}} -->
    12 <div class="wp-block-group">
    13     <!-- wp:template-part {"slug":"header","theme":"twentytwentyfour"} /-->
    14 </div>
    15 <!-- /wp:group -->
     11<!-- wp:template-part {"slug":"header"} /-->
    1612
    1713<!-- wp:group {"tagName":"main","align":"full","layout":{"type":"constrained"}} -->
     
    2521<!-- /wp:group -->
    2622
    27 <!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer","theme":"twentytwentyfour"} /-->
     23<!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer"} /-->
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/template-archive-writer.php

    r56716 r56764  
    22/**
    33 * Title: Writer Archive Template
    4  * Slug: twentytwentyfour/archive-writer
     4 * Slug: twentytwentyfour/template-archive-writer
    55 * Template Types: archive, category, tag, author, date
    66 * Viewport width: 1400
     
    99?>
    1010
    11 <!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"default"}} -->
    12 <div class="wp-block-group">
    13     <!-- wp:template-part {"slug":"header","theme":"twentytwentyfour"} /-->
    14 </div>
    15 <!-- /wp:group -->
     11<!-- wp:template-part {"slug":"header"} /-->
    1612
    1713<!-- wp:group {"tagName":"main","style":{"spacing":{"blockGap":"0","margin":{"top":"0"}}},"layout":{"type":"default"}} -->
     
    2622<!-- /wp:group -->
    2723
    28 <!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer","theme":"twentytwentyfour"} /-->
     24<!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer"} /-->
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php

    r56716 r56764  
    11<?php
    22/**
    3  * Title: Portfolio Template
     3 * Title: Portfolio Home Template
    44 * Slug: twentytwentyfour/template-home-portfolio
    55 * Template Types: front-page, index, home, page
     
    99?>
    1010
    11 <!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"default"}} -->
    12 <div class="wp-block-group">
    13     <!-- wp:template-part {"slug":"header","theme":"twentytwentyfour"} /-->
    14 </div>
    15 <!-- /wp:group -->
     11<!-- wp:template-part {"slug":"header"} /-->
    1612
    17 <!-- wp:pattern {"slug":"twentytwentyfour/hidden-intro-text-left"} /-->
     13<!-- wp:pattern {"slug":"twentytwentyfour/intro-text-left"} /-->
    1814<!-- wp:pattern {"slug":"twentytwentyfour/offset-grid-image-posts"} /-->
    1915
    20 <!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer","theme":"twentytwentyfour"} /-->
     16<!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer"} /-->
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/template-home-writer.php

    r56716 r56764  
    11<?php
    22/**
    3  * Title: Writer Template
     3 * Title: Writer Home Template
    44 * Slug: twentytwentyfour/template-home-writer
    55 * Template Types: front-page, index, home, page
     
    99?>
    1010
    11 <!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"default"}} -->
    12 <div class="wp-block-group">
    13     <!-- wp:template-part {"slug":"header","theme":"twentytwentyfour"} /-->
    14 </div>
    15 <!-- /wp:group -->
     11<!-- wp:template-part {"slug":"header"} /-->
    1612
    1713<!-- wp:group {"style":{"spacing":{"padding":{"top":"0","bottom":"0","left":"0","right":"0"},"blockGap":"0","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"default"},"tagName":"main"} -->
    1814<main class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">
    1915
    20 <!-- wp:pattern {"slug":"twentytwentyfour/page-writer-home"} /-->
     16<!-- wp:pattern {"slug":"twentytwentyfour/writer-home"} /-->
    2117
    2218</main>
    2319<!-- /wp:group -->
    2420
    25 <!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer","theme":"twentytwentyfour"} /-->
     21<!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer"} /-->
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/template-index-portfolio.php

    r56716 r56764  
    88?>
    99
    10 <!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"default"}} -->
    11 <div class="wp-block-group">
    12     <!-- wp:template-part {"slug":"header","theme":"twentytwentyfour"} /-->
    13 </div>
    14 <!-- /wp:group -->
     10<!-- wp:template-part {"slug":"header"} /-->
    1511
    1612<!-- wp:group {"tagName":"main","align":"full","layout":{"type":"constrained"}} -->
    1713<main class="wp-block-group alignfull">
    18     <!-- wp:heading {"level":1,"className="screen-reader-text} -->
    19     <h1 class="wp-block-heading screen-reader-text"><?php echo esc_html__( 'Posts', 'twentytwentyfour' ); ?></h1>
     14    <!-- wp:heading {"level":1,"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|50"}}}} -->
     15    <h1 class="wp-block-heading alignwide" style="padding-top:var(--wp--preset--spacing--50)"><?php esc_html_e( 'Posts', 'twentytwentyfour' ); ?></h1>
    2016    <!-- /wp:heading -->
    2117
     
    2521<!-- /wp:group -->
    2622
    27 <!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer","theme":"twentytwentyfour"} /-->
     23<!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer"} /-->
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/template-index-writer.php

    r56716 r56764  
    22/**
    33 * Title: Writer Index Template
    4  * Slug: twentytwentyfour/index-writer
     4 * Slug: twentytwentyfour/template-index-writer
    55 * Template Types: index, home
    66 * Viewport width: 1400
     
    99?>
    1010
    11 <!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"default"}} -->
    12 <div class="wp-block-group">
    13     <!-- wp:template-part {"slug":"header","theme":"twentytwentyfour"} /-->
    14 </div>
    15 <!-- /wp:group -->
     11<!-- wp:template-part {"slug":"header"} /-->
    1612
    1713<!-- wp:group {"tagName":"main","style":{"spacing":{"blockGap":"0","margin":{"top":"0"}}},"layout":{"type":"default"}} -->
     
    2016    <div class="wp-block-group">
    2117        <!-- wp:heading {"level":1,"style":{"typography":{"lineHeight":"1"},"spacing":{"padding":{"top":"var:preset|spacing|50"}}}} -->
    22         <h1 class="wp-block-heading" style="padding-top:var(--wp--preset--spacing--50);line-height:1"><?php echo esc_html__( 'Watch, Read, Listen', 'twentytwentyfour' ); ?></h1>
     18        <h1 class="wp-block-heading" style="padding-top:var(--wp--preset--spacing--50);line-height:1"><?php esc_html_e( 'Watch, Read, Listen', 'twentytwentyfour' ); ?></h1>
    2319        <!-- /wp:heading -->
    2420    </div>
     
    2824<!-- /wp:group -->
    2925
    30 <!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer","theme":"twentytwentyfour"} /-->
     26<!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer"} /-->
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php

    r56716 r56764  
    99?>
    1010
    11 <!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"default"}} -->
    12 <div class="wp-block-group">
    13     <!-- wp:template-part {"slug":"header","theme":"twentytwentyfour"} /-->
    14 </div>
    15 <!-- /wp:group -->
     11<!-- wp:template-part {"slug":"header"} /-->
    1612
    1713
     
    2420        <!-- wp:column {"width":"66.66%"} -->
    2521        <div class="wp-block-column" style="flex-basis:66.66%">
    26             <!-- wp:pattern {"slug":"twentytwentyfour/hidden-search"} /-->
     22            <!-- wp:pattern {"slug":"twentytwentyfour/search"} /-->
    2723        </div>
    2824        <!-- /wp:column -->
    29    
     25
    3026        <!-- wp:column {"width":"33.33%"} -->
    3127        <div class="wp-block-column" style="flex-basis:33.33%">
     
    3733    </div>
    3834    <!-- /wp:columns -->
    39    
     35
    4036    <!-- wp:pattern {"slug":"twentytwentyfour/posts-three-columns-images"} /-->
    4137</main>
    4238<!-- /wp:group -->
    4339
    44 <!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer","theme":"twentytwentyfour"} /-->
     40<!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer"} /-->
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/template-search-writer.php

    r56716 r56764  
    22/**
    33 * Title: Writer Search Results Template
    4  * Slug: twentytwentyfour/search-writer
     4 * Slug: twentytwentyfour/template-search-writer
    55 * Template Types: search
    66 * Viewport width: 1400
     
    99?>
    1010
    11 <!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"default"}} -->
    12 <div class="wp-block-group">
    13     <!-- wp:template-part {"slug":"header","theme":"twentytwentyfour"} /-->
    14 </div>
    15 <!-- /wp:group -->
     11<!-- wp:template-part {"slug":"header"} /-->
    1612
    1713<!-- wp:group {"tagName":"main","style":{"spacing":{"blockGap":"0","margin":{"top":"0"}}},"layout":{"type":"default"}} -->
     
    2016    <div class="wp-block-group">
    2117        <!-- wp:query-title {"type":"search","style":{"typography":{"lineHeight":"1"},"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|30"}}}} /-->
    22         <!-- wp:pattern {"slug":"twentytwentyfour/hidden-search"} /-->
     18        <!-- wp:pattern {"slug":"twentytwentyfour/search"} /-->
    2319    </div>
    2420    <!-- /wp:group -->
     
    2723<!-- /wp:group -->
    2824
    29 <!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer","theme":"twentytwentyfour"} /-->
     25<!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer"} /-->
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php

    r56716 r56764  
    99?>
    1010
    11 <!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"default"}} -->
    12 <div class="wp-block-group">
    13     <!-- wp:template-part {"slug":"header","theme":"twentytwentyfour"} /-->
    14 </div>
    15 <!-- /wp:group -->
     11<!-- wp:template-part {"slug":"header"} /-->
    1612
    1713<!-- wp:group {"tagName":"main","align":"full","layout":{"type":"constrained"}} -->
     
    2319
    2420    <!-- wp:group {"align":"wide","layout":{"type":"constrained","justifyContent":"left"}} -->
    25     <div class="wp-block-group alignwide"><!-- wp:template-part {"slug":"post-meta","theme":"twentytwentyfour"} /--></div>
     21    <div class="wp-block-group alignwide"><!-- wp:template-part {"slug":"post-meta"} /--></div>
    2622    <!-- /wp:group -->
    2723
     
    3329<!-- /wp:group -->
    3430
    35 <!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer","theme":"twentytwentyfour"} /-->
     31<!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer"} /-->
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php

    r56716 r56764  
    3636<!-- wp:column {"verticalAlignment":"center","width":"50%"} -->
    3737<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:50%"><!-- wp:image {"aspectRatio":"3/4","scale":"cover","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} -->
    38 <figure class="wp-block-image size-large is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/about.webp" alt="<?php esc_attr_e( 'Picture Of Business About', 'twentytwentyfour' ); ?>" style="aspect-ratio:3/4;object-fit:cover"/></figure>
     38<figure class="wp-block-image size-large is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/museum.webp" alt="<?php esc_attr_e( 'A ramp along a curved wall in the Kiasma Museu, Helsinki, Finland', 'twentytwentyfour' ); ?>" style="aspect-ratio:3/4;object-fit:cover"/></figure>
    3939<!-- /wp:image --></div>
    4040<!-- /wp:column --></div>
  • trunk/src/wp-content/themes/twentytwentyfour/style.css

    r56716 r56764  
    55Author URI: https://wordpress.org
    66Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
    7 Requires at least: 6.2
     7Requires at least: 6.4
    88Tested up to: 6.4
    99Requires PHP: 7.0
  • trunk/src/wp-content/themes/twentytwentyfour/templates/404.html

    r56716 r56764  
    1 <!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"default"}} -->
    2 <div class="wp-block-group">
    3     <!-- wp:template-part {"slug":"header"} /-->
    4 </div>
    5 <!-- /wp:group -->
     1<!-- wp:template-part {"slug":"header"} /-->
    62
    73<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"},"blockGap":"var:preset|spacing|30"}},"layout":{"type":"constrained"}} -->
  • trunk/src/wp-content/themes/twentytwentyfour/templates/archive.html

    r56716 r56764  
    1 <!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"default"}} -->
    2 <div class="wp-block-group">
    3     <!-- wp:template-part {"slug":"header"} /-->
    4 </div>
    5 <!-- /wp:group -->
     1<!-- wp:template-part {"slug":"header"} /-->
    62
    73<!-- wp:group {"tagName":"main","align":"full","layout":{"type":"constrained"}} -->
  • trunk/src/wp-content/themes/twentytwentyfour/templates/home.html

    r56716 r56764  
    1 <!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"default"}} -->
    2     <div class="wp-block-group">
    3         <!-- wp:template-part {"slug":"header"} /-->
    4     </div>
    5 <!-- /wp:group -->
    6 
    7 <!-- wp:group {"tagName":"main","style":{"spacing":{"blockGap":"0","margin":{"top":"0"}}},"layout":{"type":"default"}} -->
    8 <main class="wp-block-group" style="margin-top:0">
    9     <!-- wp:pattern {"slug":"twentytwentyfour/home"} /-->
    10 </main>
    11 <!-- /wp:group -->
    12 
    13 <!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer"} /-->
     1<!-- wp:pattern {"slug":"twentytwentyfour/template-home"} /-->
  • trunk/src/wp-content/themes/twentytwentyfour/templates/index.html

    r56716 r56764  
    1 <!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"default"}} -->
    2 <div class="wp-block-group">
    3     <!-- wp:template-part {"slug":"header"} /-->
    4 </div>
    5 <!-- /wp:group -->
     1<!-- wp:template-part {"slug":"header"} /-->
    62
    73<!-- wp:group {"tagName":"main","align":"full","layout":{"type":"constrained"}} -->
    84<main class="wp-block-group alignfull">
    9     <!-- wp:heading {"level":1,"className":"screen-reader-text"} -->
    10     <h1 class="wp-block-heading screen-reader-text">Posts</h1>
     5    <!-- wp:heading {"level":1,"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|50"}}}} -->
     6    <h1 class="wp-block-heading alignwide" style="padding-top:var(--wp--preset--spacing--50)">Posts</h1>
    117    <!-- /wp:heading -->
    128    <!-- wp:pattern {"slug":"twentytwentyfour/posts-three-columns"} /-->
  • trunk/src/wp-content/themes/twentytwentyfour/templates/page-no-title.html

    r56716 r56764  
    1 <!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"default"}} -->
    2 <div class="wp-block-group">
    3     <!-- wp:template-part {"slug":"header"} /-->
    4 </div>
    5 <!-- /wp:group -->
     1<!-- wp:template-part {"slug":"header"} /-->
    62
    73<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"0"}}}} -->
  • trunk/src/wp-content/themes/twentytwentyfour/templates/page-wide.html

    r56716 r56764  
    1 <!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"default"}} -->
    2 <div class="wp-block-group">
    3     <!-- wp:template-part {"slug":"header"} /-->
    4 </div>
    5 <!-- /wp:group -->
     1<!-- wp:template-part {"slug":"header"} /-->
    62
    73<!-- wp:group {"tagName":"main","layout":{"type":"default"}} -->
     
    1713
    1814<!-- wp:column -->
    19 <div class="wp-block-column"><!-- wp:post-content {"lock":{"move":false,"remove":false},"layout":{"type":"constrained"}} /--></div>
     15<div class="wp-block-column"><!-- wp:post-content {"lock":{"move":false,"remove":true},"layout":{"type":"constrained"}} /--></div>
    2016<!-- /wp:column --></div>
    2117<!-- /wp:columns --></div>
  • trunk/src/wp-content/themes/twentytwentyfour/templates/page-with-sidebar.html

    r56716 r56764  
    1 <!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"default"}} -->
    2 <div class="wp-block-group">
    3     <!-- wp:template-part {"slug":"header"} /-->
    4 </div>
    5 <!-- /wp:group -->
     1<!-- wp:template-part {"slug":"header"} /-->
    62
    73<!-- wp:group {"layout":{"type":"constrained"}} -->
     
    1612        <!-- wp:column {"width":"60%"} -->
    1713        <div class="wp-block-column" style="flex-basis:60%">
    18             <!-- wp:group {"tagName":"main","lock":{"move":false,"remove":false},"layout":{"type":"constrained"}} -->
     14            <!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
    1915            <main class="wp-block-group">
    2016                <!-- wp:post-title {"level":1,"fontSize":"x-large"} /-->
     
    3935    <!-- wp:column {"width":"30%"} -->
    4036    <div class="wp-block-column" style="flex-basis:30%">
    41         <!-- wp:template-part {"slug":"sidebar"} /-->
     37        <!-- wp:template-part {"slug":"sidebar","tagName":"aside"} /-->
    4238    </div>
    4339    <!-- /wp:column -->
  • trunk/src/wp-content/themes/twentytwentyfour/templates/page.html

    r56716 r56764  
    1 <!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"default"}} -->
    2 <div class="wp-block-group">
    3     <!-- wp:template-part {"slug":"header"} /-->
    4 </div>
    5 <!-- /wp:group -->
     1<!-- wp:template-part {"slug":"header"} /-->
    62
    73<!-- wp:group {"tagName":"main"} -->
  • trunk/src/wp-content/themes/twentytwentyfour/templates/search.html

    r56716 r56764  
    1 <!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"default"}} -->
    2 <div class="wp-block-group">
    3     <!-- wp:template-part {"slug":"header"} /-->
    4 </div>
    5 <!-- /wp:group -->
     1<!-- wp:template-part {"slug":"header"} /-->
    62
    73
     
    1410        <!-- wp:column {"width":"66.66%"} -->
    1511        <div class="wp-block-column" style="flex-basis:66.66%">
    16             <!-- wp:pattern {"slug":"twentytwentyfour/hidden-search"} /-->
     12            <!-- wp:pattern {"slug":"twentytwentyfour/search"} /-->
    1713        </div>
    1814        <!-- /wp:column -->
  • trunk/src/wp-content/themes/twentytwentyfour/templates/single-with-sidebar.html

    r56716 r56764  
    1 <!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"default"}} -->
    2 <div class="wp-block-group">
    3     <!-- wp:template-part {"slug":"header"} /-->
    4 </div>
    5 <!-- /wp:group -->
     1<!-- wp:template-part {"slug":"header"} /-->
    62
    73<!-- wp:group {"style":{"spacing":{"margin":{"top":"0vh","bottom":"0vh"},"padding":{"top":"10vh","bottom":"8vh"}}},"layout":{"type":"constrained"}} -->
     
    2420<!-- /wp:group -->
    2521
    26 <!-- wp:group {"tagName":"main","lock":{"move":false,"remove":false},"layout":{"type":"constrained"}} -->
     22<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
    2723<main class="wp-block-group"><!-- wp:post-content {"lock":{"move":false,"remove":true},"layout":{"type":"constrained"}} /-->
    2824
     
    5450
    5551<!-- wp:column {"width":"30%"} -->
    56 <div class="wp-block-column" style="flex-basis:30%"><!-- wp:template-part {"slug":"sidebar"} /--></div>
     52<div class="wp-block-column" style="flex-basis:30%"><!-- wp:template-part {"slug":"sidebar","tagName":"aside"} /--></div>
    5753<!-- /wp:column -->
    5854
  • trunk/src/wp-content/themes/twentytwentyfour/templates/single.html

    r56716 r56764  
    1 <!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"default"}} -->
    2 <div class="wp-block-group">
    3     <!-- wp:template-part {"slug":"header"} /-->
    4 </div>
    5 <!-- /wp:group -->
     1<!-- wp:template-part {"slug":"header"} /-->
    62
    73<!-- wp:group {"tagName":"main","align":"full","layout":{"type":"constrained"}} -->
     
    1814<!-- /wp:group -->
    1915
    20 <!-- wp:group {"lock":{"move":false,"remove":false},"align":"full","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|40"}}},"layout":{"type":"default"}} -->
     16<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|40"}}},"layout":{"type":"default"}} -->
    2117<div class="wp-block-group alignfull" style="margin-bottom:var(--wp--preset--spacing--40)">
    2218
  • trunk/src/wp-content/themes/twentytwentyfour/theme.json

    r56716 r56764  
    320320                }
    321321            },
     322            "core/categories": {
     323                "spacing": {
     324                    "padding": {
     325                        "left": "0px",
     326                        "right": "0px"
     327                    }
     328                },
     329                "css": "& {list-style-type:none;} & li{margin-bottom: 0.5rem;}"
     330            },
    322331            "core/code": {
    323332                "border": {
     
    781790                        "style": "dotted",
    782791                        "width": "1px"
     792                    },
     793                    "border": {
     794                        "color": "var(--wp--preset--color--contrast-2)"
    783795                    }
    784796                },
     
    787799                        "background": "var(--wp--preset--color--contrast-2)",
    788800                        "text": "var(--wp--preset--color--base)"
     801                    },
     802                    "border": {
     803                        "color": "var(--wp--preset--color--contrast-2)"
    789804                    }
    790805                },
Note: See TracChangeset for help on using the changeset viewer.