Make WordPress Core


Ignore:
Timestamp:
02/07/2025 03:44:07 PM (11 months ago)
Author:
joemcgill
Message:

Editor: Update packages for 6.8 pre-Betas.

Syncs @wordpress/* packages to the 'latest' npm tag.

Props mamaduka, joemcgill, youknowriad, swissspidy, sergiomdgomes, gziolo.
See #62887.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/page-list/block.json

    r57578 r59775  
    5252        "interactivity": {
    5353            "clientNavigation": true
     54        },
     55        "color": {
     56            "text": true,
     57            "background": true,
     58            "link": true,
     59            "gradients": true,
     60            "__experimentalDefaultControls": {
     61                "background": true,
     62                "text": true,
     63                "link": true
     64            }
     65        },
     66        "__experimentalBorder": {
     67            "radius": true,
     68            "color": true,
     69            "width": true,
     70            "style": true
     71        },
     72        "spacing": {
     73            "padding": true,
     74            "margin": true,
     75            "__experimentalDefaultControls": {
     76                "padding": false,
     77                "margin": false
     78            }
    5479        }
    5580    },
Note: See TracChangeset for help on using the changeset viewer.