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/comment-date/block.json

    r57578 r59072  
    4848                "interactivity": {
    4949                        "clientNavigation": true
     50                },
     51                "__experimentalBorder": {
     52                        "radius": true,
     53                        "color": true,
     54                        "width": true,
     55                        "style": true,
     56                        "__experimentalDefaultControls": {
     57                                "radius": true,
     58                                "color": true,
     59                                "width": true,
     60                                "style": true
     61                        }
    5062                }
    51         }
     63        },
     64        "style": "wp-block-comment-date"
    5265}
Note: See TracChangeset for help on using the changeset viewer.