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

    r58187 r59072  
    66    "category": "text",
    77    "allowedBlocks": [ "core/list-item" ],
    8     "description": "Create a bulleted or numbered list.",
     8    "description": "An organized collection of items displayed in a specific order.",
    99    "keywords": [ "bullet list", "ordered list", "numbered list" ],
    1010    "textdomain": "default",
     
    4040        "anchor": true,
    4141        "html": false,
     42        "__experimentalBorder": {
     43            "color": true,
     44            "radius": true,
     45            "style": true,
     46            "width": true
     47        },
    4248        "typography": {
    4349            "fontSize": true,
     
    7682        }
    7783    },
     84    "selectors": {
     85        "border": ".wp-block-list:not(.wp-block-list .wp-block-list)"
     86    },
    7887    "editorStyle": "wp-block-list-editor",
    7988    "style": "wp-block-list"
Note: See TracChangeset for help on using the changeset viewer.