Make WordPress Core


Ignore:
Timestamp:
09/20/2024 01:53:52 AM (4 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/post-terms/block.json

    r57578 r59072  
    2828    },
    2929    "usesContext": [ "postId", "postType" ],
     30    "example": {
     31        "viewportWidth": 350
     32    },
    3033    "supports": {
    3134        "html": false,
     
    5861        "interactivity": {
    5962            "clientNavigation": true
     63        },
     64        "__experimentalBorder": {
     65            "radius": true,
     66            "color": true,
     67            "width": true,
     68            "style": true,
     69            "__experimentalDefaultControls": {
     70                "radius": true,
     71                "color": true,
     72                "width": true,
     73                "style": true
     74            }
    6075        }
    6176    },
Note: See TracChangeset for help on using the changeset viewer.