first commit
This commit is contained in:
19
wp-includes/blocks/separator/block.json
Normal file
19
wp-includes/blocks/separator/block.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user