{
	"apiVersion": 2,
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"name": "bsb/slider",
	"title": "Slider",
	"description": "Example static block scaffolded with Create Block tool.",
	"keywords": [
		"slider",
		"bootstrap"
	],
	"category": "widgets",
	"textdomain": "slider",
	"version": "0.1.0",
	"attributes": {
		"cId": {
			"type": "string",
			"default": ""
		},
		"sliders": {
			"type": "array",
			"default": [
				{
					"img": {
						"url": ""
					},
					"title": "Slide Title-1",
					"desc": "This is description here-1"
				},
				{
					"img": {
						"url": ""
					},
					"title": "Slide Title-2",
					"desc": "This is description here-2"
				}
			]
		},
		"titleTypo": {
			"type": "object",
			"default": {
				"fontSize": 30,
				"fontWeight": 500
			}
		},
		"titleColor": {
			"type": "string",
			"default": "#fff"
		},
		"titleMargin": {
			"type": "object",
			"default": {
				"top": "5px",
				"right": "0px",
				"bottom": "5px",
				"left": "0px"
			}
		},
		"descTypo": {
			"type": "object",
			"default": {
				"fontSize": 20,
				"fontWeight": 400,
				"lineHeight": "20px"
			}
		},
		"descColor": {
			"type": "string",
			"default": "#fff"
		},
		"descMargin": {
			"type": "object",
			"default": {
				"top": "5px",
				"right": "0px",
				"bottom": "5px",
				"left": "0px"
			}
		},
		"arrow": {
			"type": "object",
			"default": {
				"color": "#000",
				"size": 48,
				"visibility": true
			}
		},
		"indicator": {
			"type": "object",
			"default": {
				"visibility": true,
				"style": "",
				"color": "#000",
				"activeColor": "#fff",
				"size": 10
			}
		},
		"SliderOverly": {
			"type": "string",
			"default": "#00000088"
		},
		"options": {
			"type": "object",
			"default": {
				"interval": 2000,
				"ride": false,
				"pause": false
			}
		}
	},
	"supports": {
		"align": [
			"wide",
			"full"
		],
		"html": false
	},
	"example": {
		"attributes": {
			"preview": true,
			"columns": {
				"desktop": 1,
				"tablet": 1,
				"mobile": 1
			}
		}
	},
	"editorScript": "file:dist/editor.js",
	"script": "file:dist/script.js"
}