{
  "id": "blank-circle-2in",
  "name": "Blank 2 Inch Circle Label",
  "description": "Blank 2 Inch Circle Label layout with mapped Center Text, Outer Text, Reference, QR Code fields, XLSX sample data, and print-ready sizing.",
  "category": "Office & Small Business",
  "thumbnail": "/templates/thumbnails/blank-circle-2in.svg",
  "settings": {
    "width": 50,
    "height": 50,
    "unit": "mm",
    "dpi": 203,
    "name": "Blank 2 Inch Circle Label",
    "type": "blank_2_inch_circle_label"
  },
  "elements": [
    {
      "id": "shape-border",
      "type": "CIRCLE",
      "x": 1,
      "y": 1,
      "width": 48,
      "height": 48,
      "strokeWidth": 0.8,
      "stroke": "#111827",
      "fill": "#ffffff"
    },
    {
      "id": "main",
      "type": "TEXT",
      "x": 7,
      "y": 8,
      "width": 36,
      "height": 8,
      "content": "{{Center Text}}",
      "fontSize": 9,
      "fontWeight": "bold",
      "textAlign": "center",
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "secondary",
      "type": "TEXT",
      "x": 7,
      "y": 18,
      "width": 36,
      "height": 8,
      "content": "{{Outer Text}}",
      "fontSize": 7,
      "textAlign": "center",
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "detail",
      "type": "TEXT",
      "x": 8,
      "y": 28,
      "width": 34,
      "height": 5,
      "content": "{{Reference}}",
      "fontSize": 5,
      "textAlign": "center",
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "qr",
      "type": "QR",
      "x": 19,
      "y": 33,
      "width": 12,
      "height": 12,
      "content": "{{QR Code}}",
      "qrCorrectionLevel": "M"
    }
  ],
  "columns": [
    {
      "key": "center_text",
      "label": "Center Text",
      "required": true
    },
    {
      "key": "outer_text",
      "label": "Outer Text",
      "required": true
    },
    {
      "key": "reference",
      "label": "Reference",
      "required": true
    },
    {
      "key": "qr_code",
      "label": "QR Code",
      "required": false
    }
  ],
  "files": {
    "xlsx": "/label-templates/blank-circle-2in.xlsx",
    "json": "/templates/blank-circle-2in.json",
    "svg": "/templates/thumbnails/blank-circle-2in.svg"
  }
}