2020-07-01 08:29:03 -04:00
|
|
|
{
|
2020-10-20 09:36:16 -04:00
|
|
|
"apiVersion": 2,
|
2020-07-01 08:29:03 -04:00
|
|
|
"name": "core/column",
|
2021-05-19 11:09:27 -04:00
|
|
|
"title": "Column",
|
2020-07-01 08:29:03 -04:00
|
|
|
"category": "text",
|
2021-05-07 07:48:27 -04:00
|
|
|
"parent": [ "core/columns" ],
|
2021-05-19 11:09:27 -04:00
|
|
|
"description": "A single column within a columns block.",
|
|
|
|
"textdomain": "default",
|
2020-07-01 08:29:03 -04:00
|
|
|
"attributes": {
|
|
|
|
"verticalAlignment": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"width": {
|
2020-10-20 09:36:16 -04:00
|
|
|
"type": "string"
|
|
|
|
},
|
2021-11-08 09:29:21 -05:00
|
|
|
"allowedBlocks": {
|
|
|
|
"type": "array"
|
|
|
|
},
|
2020-10-20 09:36:16 -04:00
|
|
|
"templateLock": {
|
2021-11-10 01:01:30 -05:00
|
|
|
"type": [ "string", "boolean" ],
|
2021-05-19 11:09:27 -04:00
|
|
|
"enum": [ "all", "insert", false ]
|
2020-07-01 08:29:03 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"supports": {
|
2020-07-07 10:43:35 -04:00
|
|
|
"anchor": true,
|
2020-07-01 08:29:03 -04:00
|
|
|
"reusable": false,
|
2021-05-21 06:14:23 -04:00
|
|
|
"html": false,
|
|
|
|
"color": {
|
|
|
|
"gradients": true,
|
|
|
|
"link": true
|
|
|
|
},
|
|
|
|
"spacing": {
|
2021-11-08 09:29:21 -05:00
|
|
|
"padding": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"padding": true
|
|
|
|
}
|
2021-05-21 06:14:23 -04:00
|
|
|
}
|
2020-07-01 08:29:03 -04:00
|
|
|
}
|
|
|
|
}
|