Make WordPress Core


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

    r57578 r59072  
    2424    },
    2525    "usesContext": [ "postId", "postType", "queryId" ],
     26    "example": {
     27        "viewportWidth": 350
     28    },
    2629    "supports": {
    2730        "html": false,
     
    5457        "interactivity": {
    5558            "clientNavigation": true
     59        },
     60        "__experimentalBorder": {
     61            "radius": true,
     62            "color": true,
     63            "width": true,
     64            "style": true,
     65            "__experimentalDefaultControls": {
     66                "radius": true,
     67                "color": true,
     68                "width": true,
     69                "style": true
     70            }
    5671        }
    5772    }
Note: See TracChangeset for help on using the changeset viewer.