first commit
This commit is contained in:
20
wp-includes/blocks/buttons/block.json
Normal file
20
wp-includes/blocks/buttons/block.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"apiVersion": 2,
|
||||
"name": "core/buttons",
|
||||
"category": "design",
|
||||
"attributes": {
|
||||
"contentJustification": {
|
||||
"type": "string"
|
||||
},
|
||||
"orientation": {
|
||||
"type": "string",
|
||||
"default": "horizontal"
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"anchor": true,
|
||||
"align": [ "wide", "full" ]
|
||||
},
|
||||
"editorStyle": "wp-block-buttons-editor",
|
||||
"style": "wp-block-buttons"
|
||||
}
|
||||
Reference in New Issue
Block a user