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/tag-cloud/block.json

    r57578 r59072  
    55    "title": "Tag Cloud",
    66    "category": "widgets",
    7     "description": "A cloud of your most used tags.",
     7    "description": "A cloud of popular keywords, each sized by how often it appears.",
    88    "textdomain": "default",
    99    "attributes": {
     
    5252        "interactivity": {
    5353            "clientNavigation": true
     54        },
     55        "__experimentalBorder": {
     56            "radius": true,
     57            "color": true,
     58            "width": true,
     59            "style": true,
     60            "__experimentalDefaultControls": {
     61                "radius": true,
     62                "color": true,
     63                "width": true,
     64                "style": true
     65            }
    5466        }
    5567    },
Note: See TracChangeset for help on using the changeset viewer.