23 lines
324 B
JSON
23 lines
324 B
JSON
{
|
|
"apiVersion": 2,
|
|
"name": "core/column",
|
|
"category": "text",
|
|
"parent": [ "core/columns" ],
|
|
"attributes": {
|
|
"verticalAlignment": {
|
|
"type": "string"
|
|
},
|
|
"width": {
|
|
"type": "string"
|
|
},
|
|
"templateLock": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"supports": {
|
|
"anchor": true,
|
|
"reusable": false,
|
|
"html": false
|
|
}
|
|
}
|