{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/slider-scrollbar",
	"title": "Slider Scrollbar",
	"description": "Draggable scrollbar controller for carousels, ideal for product galleries and timelines.",
	"version": "0.0.1",
	"icon": "editor-table",
	"attributes": {
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object",
			"default": {
				"normal": {
					"dimentions": ",10,0,,,,;;",
					"background": "c:#00000005,1;;",
					"borderRadius": "6,6,6,6;;"
				}
			}
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "file:./js/index.js"
}