Make WordPress Core


Ignore:
Timestamp:
09/20/2024 01:53:52 AM (2 years 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/media-text/block.json

    r58187 r59072  
    104104                "align": [ "wide", "full" ],
    105105                "html": false,
     106                "__experimentalBorder": {
     107                        "color": true,
     108                        "radius": true,
     109                        "style": true,
     110                        "width": true,
     111                        "__experimentalDefaultControls": {
     112                                "color": true,
     113                                "radius": true,
     114                                "style": true,
     115                                "width": true
     116                        }
     117                },
    106118                "color": {
    107119                        "gradients": true,
Note: See TracChangeset for help on using the changeset viewer.