0byt3m1n1
Path:
/
data
/
40
/
5
/
122
/
64
/
5448064
/
user
/
6519071
/
htdocs
/
wp-includes
/
blocks
/
list-item
/
[
Home
]
File: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "core/list-item", "title": "List item", "category": "text", "parent": [ "core/list" ], "description": "Create a list item.", "textdomain": "default", "attributes": { "placeholder": { "type": "string" }, "content": { "type": "string", "source": "html", "selector": "li", "default": "", "__experimentalRole": "content" } }, "supports": { "className": false, "__experimentalSelector": "li" } }