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

16 lines
191 B
JSON

{
"name": "core/separator",
"category": "design",
"attributes": {
"color": {
"type": "string"
},
"customColor": {
"type": "string"
}
},
"supports": {
"anchor": true
}
}