{
	"apiVersion": "1",
	"name": "ocb/offcanvas",
	"title": "OffCanvas",
	"description": "Display content box from the left, right, or bottom edge of the viewport",
	"category": "widgets",
	"keywords": [
		"model",
		"popup",
		"sidebar"
	],
	"textdomain": "offcanvas",
	"attributes": {
		"align": {
			"type": "string",
			"default": ""
		},
		"cId": {
			"type": "string",
			"default": ""
		},
		"position": {
			"type": "string",
			"default": "start"
		},
		"btnText": {
			"type": "string",
			"default": "OffCanvas"
		},
		"btnAlign": {
			"type": "string",
			"default": "center"
		},
		"btnTypo": {
			"type": "object",
			"default": {
				"fontSize": 15,
				"fontWeight": 600
			}
		},
		"btnColors": {
			"type": "object",
			"default": {
				"color": "#fff",
				"bg": "#4527a4"
			}
		},
		"popupBG": {
			"type": "object",
			"default": {
				"color": "#fff"
			}
		},
		"title": {
			"type": "string",
			"default": "OffCanvas"
		},
		"titleTypo": {
			"type": "object",
			"default": {
				"fontSize": 18,
				"fontWeight": 500
			}
		},
		"titleColor": {
			"type": "string",
			"default": "#333"
		},
		"closeBtnColor": {
			"type": "string",
			"default": "#555"
		}
	},
	"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"
}