first commit
This commit is contained in:
24
wp-includes/blocks/column/block.json
Normal file
24
wp-includes/blocks/column/block.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user