{
  "apiVersion": 3,
  "title": "SVG Animator",
  "name": "b3rg/svg-animator",
  "version": "1.0.0",
  "category": "b3rg",
  "description": "Add captivating SVG animations to enhance visual appeal.",
  "attributes": {
    "blockVisibility": {
      "type": "boolean",
      "default": true
    },
    "blockClassNames": {
      "type": "array",
      "default": [
        {
          "value": "e-svg--dlt",
          "label": "Dlt"
        }
      ]
    },
    "media": {
      "type": "object",
      "default": {
        "url": null
      }
    },
    "animationSettings": {
      "type": "object",
      "default": {
        "animationStart": "on-load",
        "direction": "normal",
        "iterations": 1,
        "infinite": false,
        "fileMode": "forwards",
        "frameRate": "100",
        "speed": 100
      }
    },
    "label": {
      "type": "string",
      "default": ""
    },
    "enableFocusableIcon": {
      "type": "boolean",
      "default": true
    },
    "isCollapsed": {
      "type": "boolean",
      "default": false
    }
  },
  "example": {},
  "supports": {
    "html": false,
    "customClassName": false,
    "anchor": false,
    "color": {
      "background": false,
      "gradients": false,
      "text": false
    },
    "filter": {
      "duotone": false
    },
    "__experimentalBorder": false
  },
  "textdomain": "b3rg",
  "editorScript": "file:index.js",
  "editorStyle": "file:index.css",
  "style": "file:style-index.css"
}