2020-07-01 14:29:03 +02:00
|
|
|
{
|
2022-04-12 17:12:47 +02:00
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
2020-10-20 15:36:16 +02:00
|
|
|
"apiVersion": 2,
|
2020-07-01 14:29:03 +02:00
|
|
|
"name": "core/text-columns",
|
2021-05-19 17:09:27 +02:00
|
|
|
"title": "Text Columns (deprecated)",
|
2020-07-01 14:29:03 +02:00
|
|
|
"icon": "columns",
|
|
|
|
"category": "design",
|
2021-05-19 17:09:27 +02:00
|
|
|
"description": "This block is deprecated. Please use the Columns block instead.",
|
|
|
|
"textdomain": "default",
|
2020-07-01 14:29:03 +02:00
|
|
|
"attributes": {
|
|
|
|
"content": {
|
|
|
|
"type": "array",
|
|
|
|
"source": "query",
|
|
|
|
"selector": "p",
|
|
|
|
"query": {
|
|
|
|
"children": {
|
|
|
|
"type": "string",
|
|
|
|
"source": "html"
|
|
|
|
}
|
|
|
|
},
|
2021-05-07 13:48:27 +02:00
|
|
|
"default": [ {}, {} ]
|
2020-07-01 14:29:03 +02:00
|
|
|
},
|
|
|
|
"columns": {
|
|
|
|
"type": "number",
|
|
|
|
"default": 2
|
|
|
|
},
|
|
|
|
"width": {
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"supports": {
|
|
|
|
"inserter": false
|
2021-01-28 03:04:13 +01:00
|
|
|
},
|
|
|
|
"editorStyle": "wp-block-text-columns-editor",
|
|
|
|
"style": "wp-block-text-columns"
|
2020-07-01 14:29:03 +02:00
|
|
|
}
|