WordPress/wp-includes/blocks/columns/block.json
2020-07-07 14:43:35 +00:00

23 lines
317 B
JSON

{
"name": "core/columns",
"category": "design",
"attributes": {
"verticalAlignment": {
"type": "string"
}
},
"supports": {
"anchor": true,
"align": [
"wide",
"full"
],
"html": false,
"lightBlockWrapper": true,
"__experimentalColor": {
"gradients": true,
"linkColor": true
}
}
}