first commit
This commit is contained in:
24
wp-includes/blocks/columns/block.json
Normal file
24
wp-includes/blocks/columns/block.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"apiVersion": 2,
|
||||
"name": "core/columns",
|
||||
"category": "design",
|
||||
"attributes": {
|
||||
"verticalAlignment": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"anchor": true,
|
||||
"align": [
|
||||
"wide",
|
||||
"full"
|
||||
],
|
||||
"html": false,
|
||||
"color": {
|
||||
"gradients": true,
|
||||
"link": true
|
||||
}
|
||||
},
|
||||
"editorStyle": "wp-block-columns-editor",
|
||||
"style": "wp-block-columns"
|
||||
}
|
||||
Reference in New Issue
Block a user