diff options
Diffstat (limited to 'wp-includes/blocks/spacer/block.json')
-rw-r--r-- | wp-includes/blocks/spacer/block.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/wp-includes/blocks/spacer/block.json b/wp-includes/blocks/spacer/block.json new file mode 100644 index 0000000..a9da8d5 --- /dev/null +++ b/wp-includes/blocks/spacer/block.json @@ -0,0 +1,30 @@ +{ + "$schema": "https://schemas.wp.org/trunk/block.json", + "apiVersion": 3, + "name": "core/spacer", + "title": "Spacer", + "category": "design", + "description": "Add white space between blocks and customize its height.", + "textdomain": "default", + "attributes": { + "height": { + "type": "string", + "default": "100px" + }, + "width": { + "type": "string" + } + }, + "usesContext": [ "orientation" ], + "supports": { + "anchor": true, + "spacing": { + "margin": [ "top", "bottom" ], + "__experimentalDefaultControls": { + "margin": true + } + } + }, + "editorStyle": "wp-block-spacer-editor", + "style": "wp-block-spacer" +} |