{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "magnet-blocks/pricing-card",
  "version": "1.0.0",
  "title": "Pricing Card",
  "category": "magnet-blocks",
  "icon": "money-alt",
  "isPro": false,
  "demo": true,
  "demo_link": "https://demo.pluginmagnet.com/magnet-blocks/pricing-cards",
  "slug": "pricing-card",
  "description": "Display pricing cards with features and money-back guarantee section.",
  "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": {
    "pricingCards": {
      "type": "array",
      "default": []
    },
    "guaranteeTitle": {
      "type": "string",
      "default": "100% Money-Back Guarantee"
    },
    "guaranteeDescription": {
      "type": "string",
      "default": "If you're not completely satisfied with our plugins, reach out to our Support Team to get a full refund. No hassles or questions asked!"
    }
  },
  "textdomain": "magnet-blocks",
  "render": "file:./render.php",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js",
  "script": "file:./script.js"
}