Make WordPress Core


Ignore:
Timestamp:
11/30/2021 04:17:43 PM (3 years ago)
Author:
jffng
Message:

Twenty Twenty-Two: Sync updates from GitHub.

This commit syncs minor changes for the default theme from its active development repository to core.

This is a follow up to [52081], [52107], [52164], and [52222]. It includes changes to template part markup, theme.json appearance flags, navigation block markup, and text domains. For a full set of changes, visit https://github.com/WordPress/twentytwentytwo/compare/742df6cb2b01bedfb9ff54210a7b23765baa0d2f...1a121e0224c75ffa1c34fff4860386e9cdb9e3bd.

Props poena, kjellr, onemaggie, hellofromtonya.
See #54318.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentytwo/theme.json

    r52222 r52283  
    3333    ],
    3434    "settings": {
     35        "appearanceTools": true,
    3536        "color": {
    3637            "duotone": [
     
    108109                }
    109110            ],
    110             "link": true,
    111111            "palette": [
    112112                {
     
    157157        },
    158158        "spacing": {
    159             "blockGap": true,
    160             "margin": true,
    161             "padding": true,
    162159            "units": [
    163160                "%",
     
    171168        "typography": {
    172169            "dropCap": false,
    173             "lineHeight": true,
    174170            "fontFamilies": [
    175171                {
     
    215211            "contentSize": "650px",
    216212            "wideSize": "1000px"
    217         },
    218         "border": {
    219             "color": true,
    220             "radius": true,
    221             "style": true,
    222             "width": true
    223213        }
    224214    },
Note: See TracChangeset for help on using the changeset viewer.