{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"title": "Buttons",
	"name": "elevation/interior-components--buttons",
	"version": "1.0.0",
	"category": "elevation-blocks",
	"icon": "button",
	"description": "Buttons container.",
	"textdomain": "elevation",
	"allowedBlocks": ["elevation/interior-components--button"],
	"supports": {
		"html": true,
		"alignWide": false,
		"ariaLabel": true,
		"color": {
			"background": false,
			"gradients": false,
			"text": false,
			"link": false,
			"border": false
		},
		"spacing": {
			"margin": ["top", "bottom"],
			"blockGap": true
		},
		"layout": {
			"allowSwitching": false,
			"allowInheriting": false,
			"default": {
				"type": "flex"
			}
		},
		"interactivity": {
			"clientNavigation": true
		}
	},
	"attributes": {
		"align": {
			"type": "array",
			"default": "full"
		},
		"gap": {
			"type": "number",
			"default": 10
		}
	},
	"editorScript": ["file:index.js"],
	"style": ["file:style-index.css"],
	"editorStyle": ["file:index.css"]
}
