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/file/block.json

    r57377 r59072  
    1111                "id": {
    1212                        "type": "number"
     13                },
     14                "blob": {
     15                        "type": "string",
     16                        "__experimentalRole": "local"
    1317                },
    1418                "href": {
     
    7175                        }
    7276                },
     77                "__experimentalBorder": {
     78                        "radius": true,
     79                        "color": true,
     80                        "width": true,
     81                        "style": true,
     82                        "__experimentalDefaultControls": {
     83                                "radius": true,
     84                                "color": true,
     85                                "width": true,
     86                                "style": true
     87                        }
     88                },
    7389                "interactivity": true
    7490        },
Note: See TracChangeset for help on using the changeset viewer.