2020-07-01 12:29:03 +00:00
|
|
|
{
|
2022-04-12 15:12:47 +00:00
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
2023-06-27 14:24:19 +00:00
|
|
|
"apiVersion": 3,
|
2020-07-01 12:29:03 +00:00
|
|
|
"name": "core/spacer",
|
2021-05-19 15:09:27 +00:00
|
|
|
"title": "Spacer",
|
2020-07-01 12:29:03 +00:00
|
|
|
"category": "design",
|
2021-05-19 15:09:27 +00:00
|
|
|
"description": "Add white space between blocks and customize its height.",
|
|
|
|
"textdomain": "default",
|
2020-07-01 12:29:03 +00:00
|
|
|
"attributes": {
|
|
|
|
"height": {
|
2022-02-17 19:18:25 +00:00
|
|
|
"type": "string",
|
|
|
|
"default": "100px"
|
2021-04-15 15:19:43 +00:00
|
|
|
},
|
|
|
|
"width": {
|
2022-02-17 19:18:25 +00:00
|
|
|
"type": "string"
|
2020-07-01 12:29:03 +00:00
|
|
|
}
|
2020-07-07 14:43:35 +00:00
|
|
|
},
|
2021-05-07 11:48:27 +00:00
|
|
|
"usesContext": [ "orientation" ],
|
2020-07-07 14:43:35 +00:00
|
|
|
"supports": {
|
2022-09-20 15:43:29 +00:00
|
|
|
"anchor": true,
|
|
|
|
"spacing": {
|
|
|
|
"margin": [ "top", "bottom" ],
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"margin": true
|
|
|
|
}
|
2024-02-09 18:22:22 +00:00
|
|
|
},
|
|
|
|
"interactivity": {
|
|
|
|
"clientNavigation": true
|
2022-09-20 15:43:29 +00:00
|
|
|
}
|
2021-01-28 02:04:13 +00:00
|
|
|
},
|
|
|
|
"editorStyle": "wp-block-spacer-editor",
|
|
|
|
"style": "wp-block-spacer"
|
2020-07-01 12:29:03 +00:00
|
|
|
}
|