Make WordPress Core


Ignore:
Timestamp:
09/20/2024 01:53:52 AM (6 months ago)
Author:
noisysocks
Message:

Editor: Update packages for 6.7 Beta 1.

Syncs @wordpress/* packages to the wp-6.7 npm tag.

Fixes #61906.
Props peterwilsoncc, gziolo, kevin940726.

File:
1 edited

Legend:

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

    r57578 r59072  
    1414        "html": false,
    1515        "__experimentalExposeControlsToChildren": true,
     16        "color": {
     17            "gradients": true,
     18            "text": false,
     19            "__experimentalDefaultControls": {
     20                "background": true
     21            }
     22        },
    1623        "spacing": {
    17             "blockGap": true,
     24            "blockGap": [ "horizontal", "vertical" ],
     25            "padding": true,
    1826            "margin": [ "top", "bottom" ],
    1927            "__experimentalDefaultControls": {
     
    3442            }
    3543        },
     44        "__experimentalBorder": {
     45            "color": true,
     46            "radius": true,
     47            "style": true,
     48            "width": true,
     49            "__experimentalDefaultControls": {
     50                "color": true,
     51                "radius": true,
     52                "style": true,
     53                "width": true
     54            }
     55        },
    3656        "layout": {
    3757            "allowSwitching": false,
Note: See TracChangeset for help on using the changeset viewer.