{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "magnet-blocks/animated-stats",
  "version": "1.0.0",
  "title": "Animated Stats",
  "category": "magnet-blocks",
  "icon": "chart-bar",
  "isPro": false,
  "demo": true,
  "demo_link": "https://demo.pluginmagnet.com/magnet-blocks/animated-stats",
  "slug": "animated-stats",
  "description": "Display animated statistics with numbers that animate on first load.",
  "example": {},
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "spacing": {
      "margin": true,
      "padding": true
    },
    "color": {
      "gradients": false,
      "background": true,
      "text": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true
    },
    "customClassName": true,
    "inserter": true,
    "multiple": true,
    "reusable": true
  },
  "attributes": {
    "stats": {
      "type": "array",
      "default": [
        {
          "number": "30",
          "suffix": "+",
          "label": "Products",
          "id": "stat1"
        },
        {
          "number": "50",
          "suffix": "K+",
          "label": "Installations",
          "id": "stat2"
        },
        {
          "number": "1",
          "suffix": "M+",
          "label": "Users",
          "id": "stat3"
        },
        {
          "number": "4.9",
          "suffix": "+",
          "label": "WP Ratings",
          "id": "stat4"
        }
      ]
    },
    "columns": {
      "type": "number",
      "default": 4
    },
    "animationDuration": {
      "type": "number",
      "default": 2000
    }
  },
  "textdomain": "magnet-blocks",
  "render": "file:./render.php",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}