{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "moonbase/add-to-cart",
  "version": "1.0.0",
  "title": "Moonbase Add to Cart",
  "category": "widgets",
  "description": "Moonbase Block for adding product and bundle buttons.",
  "example": {},
  "attributes": {
    "buttonText": {
      "type": "string"
    },
    "storeItemId": {
      "type": "string"
    },
    "storeItemType": {
      "enum": [
        "bundle",
        "product"
      ],
      "type": "string"
    }
  },
  "supports": {
    "align": [
      "center",
      "full",
      "left",
      "right"
    ],
    "color": {
      "background": true,
      "text": true
    },
    "dimensions": {
      "minHeight": true
    },
    "html": false,
    "spacing": {
      "padding": true
    },
    "typography": {
      "fontSize": true
    }
  },
  "textdomain": "moonbase",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}