Make WordPress Core


Ignore:
Timestamp:
11/15/2021 07:13:33 PM (3 years ago)
Author:
jffng
Message:

Twenty Twenty-Two: Import the latest changes from GitHub.

Updates theme.json to use v2 shape, adds styles to search and file block as well as generic text decoration. Fixes a bug in the layout of a query block pattern.

This is a follow-up to [52081]. These changes are ongoing and development continues on GitHub. To view all of the changes included in this commit, see GitHub: https://github.com/WordPress/twentytwentytwo/compare/99db6063beb87eda7f58c3983992d94cd756d9c2...a11fb4932a0f79dc2668e92f118fd315256be9d9

Props desrosj, kjellr, poena.
See #54318.

File:
1 edited

Legend:

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

    r52081 r52164  
    11{
    2     "$schema": "https://json.schemastore.org/theme-v1.json",
    3     "version": 1,
     2    "version": 2,
    43    "customTemplates": [
    54        {
     
    159158        "spacing": {
    160159            "blockGap": true,
    161             "customMargin": true,
    162             "customPadding": true,
     160            "margin": true,
     161            "padding": true,
    163162            "units": [
    164163                "%",
     
    172171        "typography": {
    173172            "dropCap": false,
    174             "customLineHeight": true,
     173            "lineHeight": true,
    175174            "fontFamilies": [
    176175                {
     
    218217        },
    219218        "border": {
    220             "customColor": true,
    221             "customRadius": true,
    222             "customStyle": true,
    223             "customWidth": true
     219            "color": true,
     220            "radius": true,
     221            "style": true,
     222            "width": true
    224223        }
    225224    },
Note: See TracChangeset for help on using the changeset viewer.