{
    "apiVersion": "1",
    "name": "lpb/lottie-player",
    "title": "Lottie Player",
    "description": "Lottie player for display lottie files.",
    "category": "widgets",
    "keywords": [
        "lottie player",
        "json player",
        "lottie animation"
    ],
    "textdomain": "lottie-player",
    "attributes": {
        "align": {
            "type": "string",
            "default": ""
        },
        "cId": {
            "type": "string",
            "default": ""
        },
        "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"
        },
        "count": {
            "type": "number",
            "default": 0
        },
        "speed": {
            "type": "number",
            "default": 1
        },
        "intermission": {
            "type": "number",
            "default": 0
        },
        "link": {
            "type": "string",
            "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"
        }
    },
    "supports": {
        "align": [
            "wide",
            "full"
        ],
        "html": false
    },
    "example": {
        "attributes": {
            "preview": true
        }
    },
    "editorScript": "file:dist/editor.js",
    "script": "file:dist/script.js"
}