{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "ultrablocks/lottie",
  "category": "ultrablocks",
  "title": "Lottie Animation",
  "description": "Add a Lottie animation to your page.",
  "keywords": [
    "lottie",
    "animation",
    "motion",
    "json"
  ],
  "attributes": {
    "blockId": {
      "type": "string"
    },
    "style": {
      "type": "object",
      "default": {}
    },
    "fileId": {
      "type": "number"
    },
    "fileUrl": {
      "type": "string"
    },
    "fileWidth": {
      "type": "number"
    },
    "fileHeight": {
      "type": "number"
    },
    "direction": {
      "type": "number",
      "default": 1
    },
    "trigger": {
      "type": "string"
    },
    "loop": {
      "type": "boolean",
      "default": true
    },
    "speed": {
      "type": "number",
      "default": 1
    },
    "width": {
      "type": "string",
      "default": "100%"
    }
  },
  "textdomain": "ultrablocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.css",
  "style": "file:./style.css",
  "supports": {
    "className": true,
    "html": false,
    "align": true,
    "alignWide": true,
    "anchor": true
  }
}