{
  "name": "coblocks/pricing-table-item",
  "category": "layout",
  "attributes": {
    "title": {
      "source": "children",
      "selector": ".wp-block-coblocks-pricing-table-item__title"
    },
    "currency": {
      "type": "array",
      "source": "children",
      "selector": ".wp-block-coblocks-pricing-table-item__currency"
    },
    "amount": {
      "type": "array",
      "source": "children",
      "selector": ".wp-block-coblocks-pricing-table-item__amount"
    },
    "backgroundColor": {
      "type": "string"
    },
    "customBackgroundColor": {
      "type": "string"
    },
    "textColor": {
      "type": "string"
    },
    "customTextColor": {
      "type": "string"
    },
    "placeholder": {
      "type": "string"
    }
  },
  "title": "Pricing Table Item",
  "textdomain": "coblocks",
  "description": "A pricing table to help visitors compare products and plans.",
  "editorScript": [
    "coblocks-6"
  ],
  "parent": [
    "coblocks/pricing-table"
  ]
}