{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "wirt/slider",
	"title": "Wirt Slider",
	"description": "Lightweight content slider block for Gutenberg",
	"category": "media",
	"textdomain": "wirt-slider",
	"editorScript": "file:./build/index.js",
	"style": "file:./build/index.css",
	"editorStyle": "file:./build/index.css",
	"attributes": {
		"textarea": {
			"type": "string"
		},
		"h": {
			"type": "string"
		},
		"headingTag": {
			"type": "string",
			"default": "h1"
		},
		"images": {
			"type": "array",
			"default": []
		},
		"displayCaption": {
			"type": "boolean",
			"default": true
		},
		"displayDots": {
			"type": "boolean",
			"default": true
		},
		"displayNav": {
			"type": "boolean",
			"default": true
		}
	}
}
