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

20 lines
323 B
JSON

{
"apiVersion": 2,
"name": "core/separator",
"category": "design",
"attributes": {
"color": {
"type": "string"
},
"customColor": {
"type": "string"
}
},
"supports": {
"anchor": true,
"align": ["center","wide","full"]
},
"editorStyle": "wp-block-separator-editor",
"style": "wp-block-separator"
}