Make WordPress Core


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

    r57578 r59072  
    2121    },
    2222    "usesContext": [ "postType", "postId" ],
     23    "example": {
     24        "viewportWidth": 350
     25    },
    2326    "supports": {
    2427        "html": false,
     
    5154        "interactivity": {
    5255            "clientNavigation": true
     56        },
     57        "__experimentalBorder": {
     58            "radius": true,
     59            "color": true,
     60            "width": true,
     61            "style": true,
     62            "__experimentalDefaultControls": {
     63                "radius": true,
     64                "color": true,
     65                "width": true,
     66                "style": true
     67            }
    5368        }
    54     }
     69    },
     70    "style": "wp-block-post-author-name"
    5571}
Note: See TracChangeset for help on using the changeset viewer.