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/post-author-biography/block.json

    r57578 r59072  
    1313        },
    1414        "usesContext": [ "postType", "postId" ],
     15        "example": {
     16                "viewportWidth": 350
     17        },
    1518        "supports": {
    1619                "spacing": {
     
    4144                "interactivity": {
    4245                        "clientNavigation": true
     46                },
     47                "__experimentalBorder": {
     48                        "radius": true,
     49                        "color": true,
     50                        "width": true,
     51                        "style": true,
     52                        "__experimentalDefaultControls": {
     53                                "radius": true,
     54                                "color": true,
     55                                "width": true,
     56                                "style": true
     57                        }
    4358                }
    44         }
     59        },
     60        "style": "wp-block-post-author-biography"
    4561}
Note: See TracChangeset for help on using the changeset viewer.