mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
27 lines
514 B
JSON
27 lines
514 B
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"
|
||
|
}
|
||
|
}
|