{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "magnet-blocks/pricing-comparison",
  "version": "1.0.0",
  "title": "Pricing Comparison",
  "category": "magnet-blocks",
  "icon": "money-alt",
  "isPro": false,
  "demo": true,
  "demo_link": "https://demo.pluginmagnet.com/magnet-blocks/pricing-comparison",
  "slug": "pricing-comparison",
  "description": "Display pricing comparison cards with features.",
  "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": {
    "features": {
      "type": "array",
      "default": [
        {
          "title": "Speed Optimization",
          "starter": true,
          "advanced": true,
          "ultimate": true
        },
        {
          "title": "SEO Setup (Basic)",
          "starter": true,
          "advanced": true,
          "ultimate": true
        },
        {
          "title": "Advanced Caching",
          "starter": true,
          "advanced": true,
          "ultimate": true
        },
        {
          "title": "Full CDN Setup",
          "starter": true,
          "advanced": true,
          "ultimate": true
        },
        {
          "title": "eCommerce Optimization",
          "starter": true,
          "advanced": true,
          "ultimate": true
        },
        {
          "title": "Core Updates",
          "starter": true,
          "advanced": true,
          "ultimate": true
        },
        {
          "title": "Plugin Updates",
          "starter": false,
          "advanced": true,
          "ultimate": true
        },
        {
          "title": "Uptime Monitoring",
          "starter": false,
          "advanced": true,
          "ultimate": true
        },
        {
          "title": "Performance Reports",
          "starter": false,
          "advanced": true,
          "ultimate": true
        },
        {
          "title": "Priority Support",
          "starter": false,
          "advanced": true,
          "ultimate": true
        }
      ]
    },
    "pricingList": {
      "type": "object",
      "default": {
        "starter": {
          "title": "Starter",
          "price": 399,
          "currency": "$",
          "period": "year",
          "description": "Small Websites or Blogs",
          "isBestValue": false,
          "purchaseLink": "#"
        },
        "advanced": {
          "title": "Advanced 🔥",
          "price": 499,
          "currency": "$",
          "period": "year",
          "description": "Growing Businesses",
          "isBestValue": true,
          "purchaseLink": "#"
        },
        "ultimate": {
          "title": "Ultimate",
          "price": 599,
          "currency": "$",
          "period": "year",
          "description": "High-traffic Sites & eCommerce",
          "isBestValue": false,
          "purchaseLink": "#"
        }
      }
    }
  },
  "textdomain": "magnet-blocks",
  "render": "file:./render.php",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.css",
  "style": "file:./style-index.css"
}