kollapsminoriteten/wp-includes/blocks/list-item/block.json

70 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2022-12-15 17:47:31 +01:00
{
"$schema": "https://schemas.wp.org/trunk/block.json",
2023-09-26 10:33:34 +02:00
"apiVersion": 3,
2022-12-15 17:47:31 +01:00
"name": "core/list-item",
2025-04-25 12:30:07 +02:00
"title": "List Item",
2022-12-15 17:47:31 +01:00
"category": "text",
"parent": [ "core/list" ],
2024-04-17 11:32:24 +02:00
"allowedBlocks": [ "core/list" ],
2025-02-28 08:42:11 +01:00
"description": "An individual item within a list.",
2022-12-15 17:47:31 +01:00
"textdomain": "default",
"attributes": {
"placeholder": {
"type": "string"
},
"content": {
2024-04-17 11:32:24 +02:00
"type": "rich-text",
"source": "rich-text",
2022-12-15 17:47:31 +01:00
"selector": "li",
2025-02-28 08:42:11 +01:00
"role": "content"
2022-12-15 17:47:31 +01:00
}
},
"supports": {
2025-02-28 08:42:11 +01:00
"anchor": true,
2022-12-15 17:47:31 +01:00
"className": false,
2025-02-28 08:42:11 +01:00
"splitting": true,
"__experimentalBorder": {
"color": true,
"radius": true,
"style": true,
"width": true
},
"color": {
"gradients": true,
"link": true,
"background": true,
"__experimentalDefaultControls": {
"text": true
}
},
2024-04-17 11:32:24 +02:00
"spacing": {
"margin": true,
"padding": true,
"__experimentalDefaultControls": {
"margin": false,
"padding": false
}
},
2023-04-26 17:39:43 +02:00
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true
}
2024-04-17 11:32:24 +02:00
},
"interactivity": {
"clientNavigation": true
2023-04-26 17:39:43 +02:00
}
2025-02-28 08:42:11 +01:00
},
"selectors": {
"root": ".wp-block-list > li",
"border": ".wp-block-list:not(.wp-block-list .wp-block-list) > li"
2022-12-15 17:47:31 +01:00
}
}