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