{
	"apiVersion": "1",
	"name": "lpb/lottie-player",
	"title": "Lottie Player",
	"description": "Lottie player for display lottie files.",
	"category": "LPBlock",
	"keywords": [
		"lottie player",
		"json player",
		"lottie animation"
	],
	"textdomain": "lottie-player",
	"attributes": {
		"align": {
			"type": "string",
			"default": ""
		},
		"cId": {
			"type": "string",
			"default": ""
		},
		"isPremium": {
			"type": "string",
			"default": true
		},
		"playerAlign": {
			"type": "string",
			"default": "center"
		},
		"file": {
			"type": "string",
			"default": "https://assets4.lottiefiles.com/datafiles/zc3XRzudyWE36ZBJr7PIkkqq0PFIrIBgp4ojqShI/newAnimation.json"
		},
		"isControls": {
			"type": "boolean",
			"default": true
		},
		"isAutoplay": {
			"type": "boolean",
			"default": true
		},
		"isLoop": {
			"type": "boolean",
			"default": true
		},
		"isHover": {
			"type": "boolean",
			"default": false
		},
		"mode": {
			"type": "string",
			"default": "normal"
		},
		"direction": {
			"type": "number",
			"default": 1
		},
		"count": {
			"type": "number",
			"default": 0
		},
		"speed": {
			"type": "number",
			"default": 1
		},
		"intermission": {
			"type": "number",
			"default": 0
		},
		"link": {
			"type": "string",
			"default": ""
		},
		"isLinkInNewTab": {
			"type": "boolean",
			"default": false
		},
		"interactivity": {
			"type": "string",
			"default": "noInteractivity"
		},
		"interactivityMode": {
			"type": "string",
			"default": ""
		},
		"interactivityContainer": {
			"type": "string",
			"default": ".wp-block-lpb-lottie-player"
		},
		"interactivityActions": {
			"type": "array",
			"default": []
		},
		"width": {
			"type": "string",
			"default": "450px"
		},
		"background": {
			"type": "string",
			"default": "#0000"
		},
		"controlsHeight": {
			"type": "string",
			"default": "35px"
		},
		"controlsBG": {
			"type": "string",
			"default": "#0000"
		},
		"controlsIconColor": {
			"type": "string",
			"default": "#4527a4"
		},
		"controlsIconHoverColor": {
			"type": "string",
			"default": "#8344c5"
		},
		"controlsIconActiveColor": {
			"type": "string",
			"default": "#8344c5"
		},
		"controlsTrackColor": {
			"type": "string",
			"default": "#8344c5"
		},
		"controlsThumbColor": {
			"type": "string",
			"default": "#4527a4"
		},
		"isCap": {
			"type": "boolean",
			"default": false
		},
		"caption": {
			"type": "string",
			"default": "",
			"selector": ".lpbLottiePlayer .caption"
		},
		"capAlign": {
			"type": "string",
			"default": "center"
		},
		"capColors": {
			"type": "object",
			"default": {
				"color": "#333"
			}
		},
		"capTypo": {
			"type": "object",
			"default": {
				"fontSize": {
					"desktop": 14,
					"tablet": 14,
					"mobile": 14
				}
			}
		},
		"capPadding": {
			"type": "object",
			"default": {
				"vertical": "5px",
				"horizontal": "10px"
			}
		},
		"capMargin": {
			"type": "object",
			"default": {
				"side": 4,
				"top": "5px"
			}
		}
	},
	"supports": {
		"align": [
			"wide",
			"full"
		],
		"html": false
	},
	"example": {
		"attributes": {
			"preview": true
		}
	},
	"editorScript": "file:dist/editor.js",
	"script": "file:dist/script.js"
}