{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/slides",
	"title": "Slides Track",
	"description": "Flex track that hosts Slides inside the Carousel wrapper with `_bm_style` spacing defaults.",
	"version": "0.0.1",
	"icon": "editor-table",
	"attributes": {
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object",
			"default": {
				"boxModel": ",auto,,auto|,,,|,,,|,,;;",
				"display": "f;;",
				"flex": "r,,,,,,;;"
			}
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "file:./js/index.js"
}