{
  "apiVersion": 3,
  "name": "brand-assets/brand-assets",
  "title": "Color Palette - Brand Assets",
  "icon": "art",
  "category": "design",
  "description": "A block that displays your brand color palette with customizable swatches and styling options.",
  "supports": {
    "align": true
  },
  "attributes": {
    "swatches": {
      "type": "array",
      "default": []
    },
    "swatchWidth": {
      "type": "number",
      "default": 150
    },
    "swatchHeight": {
      "type": "number",
      "default": 150
    },
    "swatchGap": {
      "type": "number",
      "default": 20
    },
    "borderWidth": {
      "type": "number",
      "default": 1
    },
    "borderRadius": {
      "type": "number",
      "default": 0
    },
    "borderColor": {
      "type": "string",
      "default": "#888888"
    },
    "showCMYK": {
      "type": "boolean",
      "default": false
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:../assets/editor-style.css",
  "style": "file:../assets/style.css"
}