File: /var/www/html/insiders/wp-load/wp-content/plugins/gutenmate/build/block-library/box/block.json
{
"$schema": "https://raw.githubusercontent.com/WordPress/gutenberg/trunk/schemas/json/block.json",
"apiVersion": 2,
"name": "gtm/box",
"title": "Box",
"description": "Add a customizable box.",
"category": "gtm-layout",
"keywords": [
"gutenmate",
"box",
"area"
],
"attributes": {},
"supports": {
"align": [
"wide",
"full"
],
"anchor": true,
"gtmBlockVisibility": {
"hideEmptyInnerBlock": true
},
"gtmBlockProps": {
"width": true,
"height": true,
"margin": true,
"padding": true,
"radius": true,
"shadow": true,
"bg": true,
"color": true,
"typography": true,
"textAlign": true,
"flexLayout": true
},
"gtmResponsiveAttributes": true
},
"editorScript": "gtm-block-editor-script",
"editorStyle": "gtm-box-editor-style",
"style": "gtm-box-style"
}