{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "edd/checkout",
  "version": "2.0.0",
  "title": "EDD Checkout",
  "category": "easy-digital-downloads",
  "icon": "products",
  "description": "Full checkout block for Easy Digital Downloads.",
  "keywords": [
    "easy digital downloads",
    "edd",
    "checkout"
  ],
  "supports": {
    "html": false
  },
  "textdomain": "easy-digital-downloads",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "example": {
    "attributes": {}
  },
  "attributes": {
    "layout": {
      "type": "string",
      "default": ""
    },
    "show_discount_form": {
      "type": "boolean",
      "default": true
    },
    "thumbnail_width": {
      "type": "number",
      "default": 25
    }
  }
}