Make WordPress Core


Ignore:
Timestamp:
09/20/2024 01:53:52 AM (15 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/social-links/block.json

    r58187 r59072  
    8282        "interactivity": {
    8383            "clientNavigation": true
     84        },
     85        "__experimentalBorder": {
     86            "radius": true,
     87            "color": true,
     88            "width": true,
     89            "style": true,
     90            "__experimentalDefaultControls": {
     91                "radius": true,
     92                "color": true,
     93                "width": true,
     94                "style": true
     95            }
    8496        }
    8597    },
Note: See TracChangeset for help on using the changeset viewer.