# blockenberg/2.0.7/blocks/lottie/block.json

Blockenberg — 600+ Advanced Gutenberg Blocks &amp; AI Agent for WordPress Block Editor, version 2.0.7. 87 lines.

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/lottie/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.7/raw/blocks/lottie/block.json
- Modified: 2026-03-06T12:32:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/lottie/block.json#L10-L20`.

```json
{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "blockenberg/lottie",
    "title": "Lottie Animation",
    "category": "bkbg-media",
    "icon": "format-video",
    "description": "Play a Lottie JSON animation with trigger modes: autoplay, hover, click or scroll.",
    "keywords": [
        "lottie",
        "animation",
        "motion",
        "json",
        "svg"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-lottie-editor",
    "style": "bkbg-lottie-style",
    "viewScript": "bkbg-lottie-frontend",
    "supports": {
        "html": false,
        "align": [
            "center",
            "wide",
            "full"
        ]
    },
    "attributes": {
        "lottieUrl": {
            "type": "string",
            "default": ""
        },
        "playTrigger": {
            "type": "string",
            "default": "autoplay"
        },
        "loop": {
            "type": "boolean",
            "default": true
        },
        "speed": {
            "type": "number",
            "default": 1
        },
        "direction": {
            "type": "string",
            "default": "1"
        },
        "keepLastFrame": {
            "type": "boolean",
            "default": false
        },
        "width": {
            "type": "number",
            "default": 400
        },
        "autoWidth": {
            "type": "boolean",
            "default": false
        },
        "height": {
            "type": "number",
            "default": 400
        },
        "autoHeight": {
            "type": "boolean",
            "default": true
        },
        "align": {
            "type": "string",
            "default": "center"
        },
        "bgColor": {
            "type": "string",
            "default": ""
        },
        "borderRadius": {
            "type": "number",
            "default": 0
        },
        "padding": {
            "type": "number",
            "default": 0
        },
    }
}

```
