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

    r58187 r59072  
    77    "parent": [ "core/list" ],
    88    "allowedBlocks": [ "core/list" ],
    9     "description": "Create a list item.",
     9    "description": "An individual item within a list.",
    1010    "textdomain": "default",
    1111    "attributes": {
     
    2121    },
    2222    "supports": {
     23        "anchor": true,
    2324        "className": false,
    24         "__experimentalSelector": ".wp-block-list > li",
    2525        "splitting": true,
     26        "__experimentalBorder": {
     27            "color": true,
     28            "radius": true,
     29            "style": true,
     30            "width": true
     31        },
     32        "color": {
     33            "gradients": true,
     34            "link": true,
     35            "background": true,
     36            "__experimentalDefaultControls": {
     37                "text": true
     38            }
     39        },
    2640        "spacing": {
    2741            "margin": true,
     
    4862            "clientNavigation": true
    4963        }
     64    },
     65    "selectors": {
     66        "root": ".wp-block-list > li",
     67        "border": ".wp-block-list:not(.wp-block-list .wp-block-list) > li"
    5068    }
    5169}
Note: See TracChangeset for help on using the changeset viewer.