| 12345678910111213141516171819202122232425 |
- {
- "apiVersion": 2,
- "name": "core/columns",
- "title": "Columns",
- "category": "design",
- "description": "Add a block that displays content in multiple columns, then add whatever content blocks you’d like.",
- "textdomain": "default",
- "attributes": {
- "verticalAlignment": {
- "type": "string"
- }
- },
- "supports": {
- "anchor": true,
- "align": [ "wide", "full" ],
- "html": false,
- "color": {
- "gradients": true,
- "link": true
- }
- },
- "editorStyle": "wp-block-columns-editor",
- "style": "wp-block-columns"
- }
|