{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "bqworks/sliderpro",
	"version": "1.0.0",
	"title": "Slider Pro",
	"category": "widgets",
	"icon": "slides",
	"description": "Insert a Slider Pro instance.",
	"keywords": ["sliderpro", "slider", "slides"],
	"attributes": {
		"sliderId": {
			"type": "integer",
			"default": -1
		}
	},
	"supports": {
		"html": false,
		"customClassName": false
	},
	"example": {
		"attributes": {
			"sliderId": 1
		}
	},
	"textdomain": "sliderpro",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css"
}
