{
	"apiVersion": "1",
	"name": "bicb/carousel",
	"title": "Carousel",
	"description": " Create stunning responsive carousels effortlessly.",
	"category": "widgets",
	"keywords": [
		"image slider",
		"logo carousel",
		"client logo slider"
	],
	"textdomain": "carousel-block",
	"attributes": {
		"align": {
			"type": "string",
			"default": ""
		},
		"cId": {
			"type": "string",
			"default": ""
		},
		"carousels": {
			"type": "array",
			"default": [
				{
					"image": {
						"id": null,
						"url": "https://i.ibb.co/HPCd2M9/green-grass-field.jpg",
						"alt": "Green Grass Field",
						"title": ""
					},
					"action": "none",
					"link": "",
					"caption": ""
				},
				{
					"image": {
						"id": null,
						"url": "https://i.ibb.co/4YjnQrR/wheat-plants.jpg",
						"alt": "Wheat Plants",
						"title": ""
					},
					"action": "none",
					"link": "",
					"caption": ""
				},
				{
					"image": {
						"id": null,
						"url": "https://i.ibb.co/7nj8d1k/white-daisy-on-grass.jpg",
						"alt": "White Daisy On Grass",
						"title": ""
					},
					"action": "none",
					"link": "",
					"caption": ""
				}
			]
		},
		"width": {
			"type": "object",
			"default": {
				"desktop": "100%",
				"tablet": "100%",
				"mobile": "100%"
			}
		},
		"height": {
			"type": "object",
			"default": {
				"desktop": "350px",
				"tablet": "300px",
				"mobile": "250px"
			}
		},
		"elements": {
			"type": "object",
			"default": {
				"linkNewTab": false,
				"linkOn": "image"
			}
		},
		"alignment": {
			"type": "string",
			"default": "center"
		},
		"carouselOptions": {
			"type": "object",
			"default": {
				"columns": {
					"desktop": 3,
					"tablet": 2,
					"mobile": 1
				},
				"columnGap": 30,
				"isLoop": true,
				"allowTouchMove": false,
				"speed": 1.5,
				"autoplayOptions": {
					"enabled": true,
					"delay": 1.5,
					"disableOnInteraction": false,
					"reverseDirection": false,
					"pauseOnMouseEnter": false,
					"stopOnLastSlide": false
				},
				"freeMode": {
					"enabled": false,
					"sticky": false
				},
				"effect": "slide",
				"mousewheel": {
					"enabled": false
				},
				"pagination": {
					"inTablet": true,
					"inMobile": true,
					"clickable": true,
					"dynamicBullets": false,
					"border": {}
				},
				"navigation": {
					"inTablet": true,
					"inMobile": true
				}
			}
		},
		"background": {
			"type": "object",
			"default": {
				"color": "#0000"
			}
		},
		"padding": {
			"type": "object",
			"default": {
				"vertical": "10px",
				"horizontal": "10px"
			}
		},
		"isPage": {
			"type": "boolean",
			"default": true
		},
		"pageSize": {
			"type": "string",
			"default": "12px"
		},
		"pageColor": {
			"type": "string",
			"default": "#4527a4"
		},
		"isPrevNext": {
			"type": "boolean",
			"default": true
		},
		"prevNextSize": {
			"type": "string",
			"default": "25px"
		},
		"prevNextColor": {
			"type": "string",
			"default": "#4527a4"
		},
		"caption": {
			"type": "object",
			"default": {
				"display": "none",
				"position": "onImage",
				"verticalAlign": "bottom",
				"typo": {
					"fontSize": {
						"desktop": 16,
						"tablet": 15,
						"mobile": 15
					}
				},
				"textAlign": "left",
				"colors": {
					"color": "#fff",
					"bg": "#0000"
				},
				"overlay": {
					"type": "gradient",
					"gradient": "linear-gradient(0deg, #000 0%, #0000 50%, #0000 100%)"
				},
				"padding": {
					"top": "5px",
					"right": "8px",
					"bottom": "5px",
					"left": "8px"
				}
			}
		}
	},
	"supports": {
		"align": [
			"wide",
			"full"
		],
		"html": false
	},
	"example": {
		"attributes": {
			"preview": true
		}
	},
	"editorScript": "file:../dist/editor.js"
}