Changeset 59072 for trunk/src/wp-includes/blocks/list-item/block.json
- Timestamp:
- 09/20/2024 01:53:52 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/list-item/block.json
r58187 r59072 7 7 "parent": [ "core/list" ], 8 8 "allowedBlocks": [ "core/list" ], 9 "description": " Create a list item.",9 "description": "An individual item within a list.", 10 10 "textdomain": "default", 11 11 "attributes": { … … 21 21 }, 22 22 "supports": { 23 "anchor": true, 23 24 "className": false, 24 "__experimentalSelector": ".wp-block-list > li",25 25 "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 }, 26 40 "spacing": { 27 41 "margin": true, … … 48 62 "clientNavigation": true 49 63 } 64 }, 65 "selectors": { 66 "root": ".wp-block-list > li", 67 "border": ".wp-block-list:not(.wp-block-list .wp-block-list) > li" 50 68 } 51 69 }
Note: See TracChangeset
for help on using the changeset viewer.