{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wccty/block-wc-custom-thank-you",
  "version": "2.2.0",
  "title": "Order Confirmation",
  "category": "woocommerce",
  "icon": "feedback",
  "description": "Display complete WooCommerce order details including items, totals, and customer information.",
  "example": {},
  "attributes": {
    "template": {
      "type": "string",
      "default": "default"
    },
    "heroTitle": {
      "type": "string",
      "default": ""
    },
    "accentColor": {
      "type": "string",
      "default": ""
    },
    "accentTextColor": {
      "type": "string",
      "default": ""
    },
    "sectionBackgroundColor": {
      "type": "string",
      "default": ""
    },
    "paymentBackgroundColor": {
      "type": "string",
      "default": ""
    },
    "paymentBorderColor": {
      "type": "string",
      "default": ""
    },
    "paymentTextColor": {
      "type": "string",
      "default": ""
    },
    "showCustomerDetails": {
      "type": "boolean",
      "default": true
    },
    "showBillingAddress": {
      "type": "boolean",
      "default": true
    },
    "showShippingAddress": {
      "type": "boolean",
      "default": true
    },
    "showOrderNote": {
      "type": "boolean",
      "default": true
    },
    "showOrderItems": {
      "type": "boolean",
      "default": true
    },
    "showOrderTotals": {
      "type": "boolean",
      "default": true
    },
    "showPaymentMethod": {
      "type": "boolean",
      "default": true
    },
    "showDownloads": {
      "type": "boolean",
      "default": true
    },
    "showProductImages": {
      "type": "boolean",
      "default": true
    },
    "showSku": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "html": false,
    "multiple": false,
    "color": {
      "background": true,
      "text": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true
    },
    "spacing": {
      "padding": true,
      "margin": true
    },
    "border": {
      "color": true,
      "radius": true,
      "width": true
    }
  },
  "textdomain": "wc-custom-thank-you",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}