File: /var/www/html/insiders/wp-load/wp-content/plugins/gutenmate/build/block-library/spacer/block.json
{
"$schema": "https://raw.githubusercontent.com/WordPress/gutenberg/trunk/schemas/json/block.json",
"apiVersion": 2,
"name": "gtm/spacer",
"title": "Spacer",
"description": "Add a customizable spacer.",
"category": "gtm-blocks",
"keywords": [
"gutenmate",
"spacer",
"area"
],
"attributes": {
"size": {
"type": "object",
"default": {}
}
},
"supports": {
"gtmBlockVisibility": true,
"gtmBlockProps": {
"margin": true
},
"gtmResponsiveAttributes": true
},
"editorScript": "gtm-block-editor-script",
"editorStyle": "gtm-spacer-editor-style",
"style": "gtm-spacer-style"
}