24 lines
321 B
JSON
24 lines
321 B
JSON
{
|
|
"name": "core/column",
|
|
"category": "text",
|
|
"parent": [
|
|
"core/columns"
|
|
],
|
|
"attributes": {
|
|
"verticalAlignment": {
|
|
"type": "string"
|
|
},
|
|
"width": {
|
|
"type": "number",
|
|
"min": 0,
|
|
"max": 100
|
|
}
|
|
},
|
|
"supports": {
|
|
"anchor": true,
|
|
"reusable": false,
|
|
"html": false,
|
|
"lightBlockWrapper": true
|
|
}
|
|
}
|