{
	"apiVersion": 2,
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"name": "bsb/slider",
	"title": "B Slider",
	"description": "Display Amazing Gutenberg Responsive Image And Content Slider",
	"keywords": [
		"slider",
		"bootstrap",
		"carousel"
	],
	"category": "widgets",
	"textdomain": "slider",
	"version": "1.0.2",
	"attributes": {
		"cId": {
			"type": "string",
			"default": ""
		},
		"sliders": {
			"type": "array",
			"default": [
				{
					"img": {
						"url": "https://bblockswp.com/wp-content/demo/img/green-grass-field.jpg"
					},
					"title": "Green Grass Field",
					"desc": "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
				},
				{
					"img": {
						"url": "https://bblockswp.com/wp-content/demo/img/wheat-plants.jpg"
					},
					"title": "Wheat Plants",
					"desc": "Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
				}
			]
		},
		"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",
				"width": "30px",
				"height": "3px",
				"radius": "0px"
			}
		},
		"SliderOverly": {
			"type": "string",
			"default": "#00000088"
		},
		"options": {
			"type": "object",
			"default": {
				"interval": 2000,
				"ride": false,
				"pause": false,
				"height": 400
			}
		},
		"animation": {
			"type": "string",
			"default": "default"
		},
		"position": {
			"type": "object",
			"default": {
				"top": "default",
				"bottom": ""
			}
		},
		"height": {
			"type": "string",
			"default": "450px"
		},
		"borderRadius": {
			"type": "object",
			"default": {
				"top": "3px",
				"bottom": "3px",
				"left": "3px",
				"right": "3px"
			}
		}
	},
	"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"
}