Make WordPress Core


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

    r57578 r59072  
    6565                "interactivity": {
    6666                        "clientNavigation": true
     67                },
     68                "__experimentalBorder": {
     69                        "radius": true,
     70                        "color": true,
     71                        "width": true,
     72                        "style": true,
     73                        "__experimentalDefaultControls": {
     74                                "radius": true,
     75                                "color": true,
     76                                "width": true,
     77                                "style": true
     78                        }
    6779                }
    6880        },
     81        "editorStyle": "wp-block-post-author-editor",
    6982        "style": "wp-block-post-author"
    7083}
Note: See TracChangeset for help on using the changeset viewer.