block.json (520B)
1 { 2 "apiVersion": 2, 3 "name": "core/columns", 4 "title": "Columns", 5 "category": "design", 6 "description": "Add a block that displays content in multiple columns, then add whatever content blocks you’d like.", 7 "textdomain": "default", 8 "attributes": { 9 "verticalAlignment": { 10 "type": "string" 11 } 12 }, 13 "supports": { 14 "anchor": true, 15 "align": [ "wide", "full" ], 16 "html": false, 17 "color": { 18 "gradients": true, 19 "link": true 20 } 21 }, 22 "editorStyle": "wp-block-columns-editor", 23 "style": "wp-block-columns" 24 }