JezK
Edit File: block.json
{ "name": "coblocks/column", "category": "layout", "attributes": { "width": { "type": "string" }, "contentAlign": { "type": "string" }, "textColor": { "type": "string" }, "customTextColor": { "type": "string" }, "verticalAlignment": { "type": "string" } }, "title": "Column", "textdomain": "coblocks", "description": "An immediate child of a row.", "editorScript": ["coblocks-2"], "parent": [ "coblocks/row" ] }