| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 3 "apiVersion": 3, 4 "name": "core/list", 5 "title": "List", 6 "category": "text", 7 "allowedBlocks": [ "core/list-item" ], 8 "description": "An organized collection of items displayed in a specific order.", 9 "keywords": [ "bullet list", "ordered list", "numbered list" ], 10 "textdomain": "default", 11 "attributes": { 12 "ordered": { 13 "type": "boolean", 14 "default": false, 15 "role": "content" 16 }, 17 "values": { 18 "type": "string", 19 "source": "html", 20 "selector": "ol,ul", 21 "multiline": "li", 22 "default": "", 23 "role": "content" 24 }, 25 "type": { 26 "type": "string" 27 }, 28 "start": { 29 "type": "number" 30 }, 31 "reversed": { 32 "type": "boolean" 33 }, 34 "placeholder": { 35 "type": "string" 36 } 37 }, 38 "supports": { 39 "anchor": true, 40 "align": [ "wide", "full" ], 41 "html": false, 42 "__experimentalBorder": { 43 "color": true, 44 "radius": true, 45 "style": true, 46 "width": true 47 }, 48 "typography": { 49 "fontSize": true, 50 "lineHeight": true, 51 "__experimentalFontFamily": true, 52 "__experimentalFontWeight": true, 53 "__experimentalFontStyle": true, 54 "__experimentalTextTransform": true, 55 "__experimentalTextDecoration": true, 56 "__experimentalLetterSpacing": true, 57 "__experimentalDefaultControls": { 58 "fontSize": true 59 } 60 }, 61 "color": { 62 "gradients": true, 63 "link": true, 64 "__experimentalDefaultControls": { 65 "background": true, 66 "text": true 67 } 68 }, 69 "spacing": { 70 "margin": true, 71 "padding": true, 72 "__experimentalDefaultControls": { 73 "margin": false, 74 "padding": false 75 } 76 }, 77 "__unstablePasteTextInline": true, 78 "__experimentalOnMerge": true, 79 "__experimentalSlashInserter": true, 80 "interactivity": { 81 "clientNavigation": true 82 }, 83 "listView": true 84 }, 85 "selectors": { 86 "border": ".wp-block-list:not(.wp-block-list .wp-block-list)" 87 }, 88 "editorStyle": "wp-block-list-editor", 89 "style": "wp-block-list" 90 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Tue Sep 15 08:20:32 2026 | Cross-referenced by PHPXref |