{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "create-block/pricing-tables",
  "version": "1.0.0",
  "title": "Pricing Tables",
  "category": "section-blocks",
  "icon": "money-alt",
  "description": "Professional pricing tables with multiple plans, feature comparison, billing toggle, and customizable design options.",
  "keywords": [
    "pricing",
    "plans",
    "tables",
    "comparison",
    "subscription",
    "billing"
  ],
  "example": {
    "attributes": {
      "plans": [
        {
          "name": "Basic",
          "price": "9",
          "yearlyPrice": "90",
          "currency": "$",
          "period": "month",
          "description": "Perfect for individuals",
          "features": [
            {
              "text": "5 Projects",
              "included": true,
              "icon": "yes"
            },
            {
              "text": "10GB Storage",
              "included": true,
              "icon": "yes"
            },
            {
              "text": "Email Support",
              "included": true,
              "icon": "yes"
            },
            {
              "text": "Advanced Analytics",
              "included": false,
              "icon": "no-alt"
            }
          ],
          "buttonText": "Get Started",
          "buttonUrl": "#",
          "isRecommended": false
        },
        {
          "name": "Pro",
          "price": "29",
          "yearlyPrice": "290",
          "currency": "$",
          "period": "month",
          "description": "Best for growing teams",
          "features": [
            {
              "text": "Unlimited Projects",
              "included": true,
              "icon": "yes"
            },
            {
              "text": "100GB Storage",
              "included": true,
              "icon": "yes"
            },
            {
              "text": "Priority Support",
              "included": true,
              "icon": "yes"
            },
            {
              "text": "Advanced Analytics",
              "included": true,
              "icon": "yes"
            }
          ],
          "buttonText": "Start Free Trial",
          "buttonUrl": "#",
          "isRecommended": true,
          "badge": "Most Popular"
        },
        {
          "name": "Enterprise",
          "price": "99",
          "yearlyPrice": "990",
          "currency": "$",
          "period": "month",
          "description": "For large organizations",
          "features": [
            {
              "text": "Unlimited Everything",
              "included": true,
              "icon": "yes"
            },
            {
              "text": "Unlimited Storage",
              "included": true,
              "icon": "yes"
            },
            {
              "text": "24/7 Phone Support",
              "included": true,
              "icon": "yes"
            },
            {
              "text": "Custom Integrations",
              "included": true,
              "icon": "yes"
            }
          ],
          "buttonText": "Contact Sales",
          "buttonUrl": "#",
          "isRecommended": false
        }
      ]
    }
  },
  "attributes": {
    "plans": {
      "type": "array",
      "default": [
        {
          "name": "Basic",
          "price": "9",
          "yearlyPrice": "90",
          "currency": "$",
          "period": "month",
          "description": "Perfect for individuals",
          "features": [
            {
              "text": "5 Projects",
              "included": true,
              "icon": "yes"
            },
            {
              "text": "10GB Storage",
              "included": true,
              "icon": "yes"
            },
            {
              "text": "Email Support",
              "included": true,
              "icon": "yes"
            },
            {
              "text": "Advanced Analytics",
              "included": false,
              "icon": "no-alt"
            }
          ],
          "buttonText": "Get Started",
          "buttonUrl": "#",
          "isRecommended": false
        },
        {
          "name": "Pro",
          "price": "29",
          "yearlyPrice": "290",
          "currency": "$",
          "period": "month",
          "description": "Best for growing teams",
          "features": [
            {
              "text": "Unlimited Projects",
              "included": true,
              "icon": "yes"
            },
            {
              "text": "100GB Storage",
              "included": true,
              "icon": "yes"
            },
            {
              "text": "Priority Support",
              "included": true,
              "icon": "yes"
            },
            {
              "text": "Advanced Analytics",
              "included": true,
              "icon": "yes"
            }
          ],
          "buttonText": "Start Free Trial",
          "buttonUrl": "#",
          "isRecommended": true,
          "badge": "Most Popular"
        },
        {
          "name": "Enterprise",
          "price": "99",
          "yearlyPrice": "990",
          "currency": "$",
          "period": "month",
          "description": "For large organizations",
          "features": [
            {
              "text": "Unlimited Everything",
              "included": true,
              "icon": "yes"
            },
            {
              "text": "Unlimited Storage",
              "included": true,
              "icon": "yes"
            },
            {
              "text": "24/7 Phone Support",
              "included": true,
              "icon": "yes"
            },
            {
              "text": "Custom Integrations",
              "included": true,
              "icon": "yes"
            }
          ],
          "buttonText": "Contact Sales",
          "buttonUrl": "#",
          "isRecommended": false
        }
      ]
    },
    "showBillingToggle": {
      "type": "boolean",
      "default": true
    },
    "billingPeriod": {
      "type": "string",
      "default": "monthly"
    },
    "yearlyDiscount": {
      "type": "number",
      "default": 20
    },
    "columns": {
      "type": "number",
      "default": 3,
      "minimum": 2,
      "maximum": 4
    },
    "colorScheme": {
      "type": "string",
      "default": "default"
    },
    "primaryColor": {
      "type": "string",
      "default": "#007cba"
    },
    "backgroundColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "textColor": {
      "type": "string",
      "default": "#333333"
    },
    "borderColor": {
      "type": "string",
      "default": "#e0e0e0"
    },
    "hoverEffect": {
      "type": "string",
      "default": "lift"
    },
    "animationEffect": {
      "type": "string",
      "default": "fadeInUp"
    },
    "showFeatureIcons": {
      "type": "boolean",
      "default": true
    },
    "buttonStyle": {
      "type": "string",
      "default": "solid"
    },
    "spacing": {
      "type": "string",
      "default": "normal"
    }
  },
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "spacing": {
      "padding": true,
      "margin": true
    }
  },
  "textdomain": "section-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}