Make WordPress Core


Ignore:
Timestamp:
06/04/2024 11:53:37 AM (2 years ago)
Author:
ellatrix
Message:

Editor: Add theme.json v3 migrations.

See https://github.com/WordPress/wordpress-develop/pull/6616.
See also the original Gutenberg PRs:

Fixes #61282.

Props ajlende, talldanwp, ramonopoly, ellatrix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme.json

    r58314 r58328  
    11{
    22        "$schema": "https://schemas.wp.org/trunk/theme.json",
    3         "version": 2,
     3        "version": 3,
    44        "settings": {
    55                "appearanceTools": false,
     
    266266                        "padding": false,
    267267                        "customSpacingSize": true,
     268                        "defaultSpacingSizes": true,
    268269                        "units": [ "px", "em", "rem", "vh", "vw", "%" ],
    269270                        "spacingScale": {
     
    277278                "typography": {
    278279                        "customFontSize": true,
     280                        "defaultFontSizes": true,
    279281                        "dropCap": true,
    280282                        "fontSizes": [
Note: See TracChangeset for help on using the changeset viewer.