{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "oacs/slider",
	"version": "3.0.0",
	"title": "Image Slider Block",
	"description": "Display multiple images in an elegant, lightweight slider.",
	"category": "media",
	"keywords": [ "images", "photos", "slider", "carousel", "gallery" ],
	"textdomain": "image-slider-block",
	"attributes": {
		"images": {
			"type": "array",
			"default": [],
			"source": "query",
			"selector": ".isb-slide",
			"query": {
				"url": {
					"type": "string",
					"source": "attribute",
					"selector": "img",
					"attribute": "src"
				},
				"link": {
					"source": "attribute",
					"selector": "img",
					"attribute": "data-link"
				},
				"alt": {
					"type": "string",
					"source": "attribute",
					"selector": "img",
					"attribute": "alt",
					"default": ""
				},
				"id": {
					"source": "attribute",
					"selector": "img",
					"attribute": "data-id"
				},
				"width": {
					"source": "attribute",
					"selector": "img",
					"attribute": "width"
				},
				"height": {
					"source": "attribute",
					"selector": "img",
					"attribute": "height"
				},
				"caption": {
					"type": "string",
					"source": "html",
					"selector": "figcaption"
				}
			}
		},
		"ids": {
			"type": "array",
			"default": []
		},
		"imageCrop": {
			"type": "boolean",
			"default": true
		},
		"adaptiveHeight": {
			"type": "boolean",
			"default": false
		},
		"autoplay": {
			"type": "boolean",
			"default": true
		},
		"autoplaySpeed": {
			"type": "string",
			"default": "3000"
		},
		"pauseOnHover": {
			"type": "boolean",
			"default": false
		},
		"infinite": {
			"type": "boolean",
			"default": true
		},
		"arrows": {
			"type": "boolean",
			"default": false
		},
		"dots": {
			"type": "boolean",
			"default": false
		},
		"speed": {
			"type": "string",
			"default": "300"
		},
		"effect": {
			"type": "string",
			"default": "fade"
		},
		"linkTo": {
			"type": "string",
			"default": "none"
		},
		"target": {
			"type": "boolean",
			"default": true
		},
		"sizeSlug": {
			"type": "string",
			"default": "large"
		}
	},
	"supports": {
		"align": [ "wide", "full" ],
		"spacing": {
			"margin": true
		}
	},
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"viewScript": "file:./view.js"
}
