{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,

  "name": "tdg/color",
  "title": "Color",
  "category": "design",
  "description": "A single color block.",
  "keywords": [ "colors", "styles", "visual identity" ],

  "attributes": {
    "hex":  {
      "type": "string",
      "default": ""
    },
    "label":  {
      "type": "string",
      "default": ""
    },
    "autoLabel":  {
      "type": "string",
      "default": ""
    }
  },

  "example": {
    "attributes": {
      "hex": "#604c8d",
      "label": "Cyber Grape"
    }
  }
}
