WordPress/wp-includes/blocks/columns/block.json

23 lines
287 B
JSON

{
"apiVersion": 2,
"name": "core/columns",
"category": "design",
"attributes": {
"verticalAlignment": {
"type": "string"
}
},
"supports": {
"anchor": true,
"align": [
"wide",
"full"
],
"html": false,
"color": {
"gradients": true,
"link": true
}
}
}