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

15 lines
182 B
JSON
Raw Normal View History

{
"apiVersion": 2,
"name": "core/spacer",
"category": "design",
"attributes": {
"height": {
"type": "number",
"default": 100
}
},
"supports": {
"anchor": true
}
}