first commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user