kollapsminoriteten/wp-includes/blocks/text-columns/block.json

40 lines
784 B
JSON
Raw Permalink Normal View History

2020-09-15 14:29:22 +02:00
{
2022-06-16 14:03:35 +02:00
"$schema": "https://schemas.wp.org/trunk/block.json",
2023-09-26 10:33:34 +02:00
"apiVersion": 3,
2020-09-15 14:29:22 +02:00
"name": "core/text-columns",
2021-07-23 11:58:50 +02:00
"title": "Text Columns (deprecated)",
2020-09-15 14:29:22 +02:00
"icon": "columns",
"category": "design",
2021-07-23 11:58:50 +02:00
"description": "This block is deprecated. Please use the Columns block instead.",
"textdomain": "default",
2020-09-15 14:29:22 +02:00
"attributes": {
"content": {
"type": "array",
"source": "query",
"selector": "p",
"query": {
"children": {
"type": "string",
"source": "html"
}
},
2021-07-23 11:58:50 +02:00
"default": [ {}, {} ]
2020-09-15 14:29:22 +02:00
},
"columns": {
"type": "number",
"default": 2
},
"width": {
"type": "string"
}
},
"supports": {
2024-04-17 11:32:24 +02:00
"inserter": false,
"interactivity": {
"clientNavigation": true
}
2021-04-27 08:32:47 +02:00
},
"editorStyle": "wp-block-text-columns-editor",
"style": "wp-block-text-columns"
2020-09-15 14:29:22 +02:00
}