{
  "id": "blank-thermal-2x1",
  "name": "Blank 2x1 Thermal Label",
  "description": "Blank 2x1 Thermal Label layout with mapped Label Text, Reference, Barcode fields, XLSX sample data, and print-ready sizing.",
  "category": "Office & Small Business",
  "thumbnail": "/templates/thumbnails/blank-thermal-2x1.svg",
  "settings": {
    "width": 70,
    "height": 30,
    "unit": "mm",
    "dpi": 203,
    "name": "Blank 2x1 Thermal Label",
    "type": "blank_2x1_thermal_label"
  },
  "elements": [
    {
      "id": "border",
      "type": "RECTANGLE",
      "x": 1,
      "y": 1,
      "width": 68,
      "height": 28,
      "fill": "#ffffff",
      "stroke": "#111827",
      "strokeWidth": 0.4,
      "borderRadius": 1
    },
    {
      "id": "title",
      "type": "TEXT",
      "x": 3,
      "y": 3,
      "width": 64,
      "height": 5.3999999999999995,
      "content": "Blank 2x1 Thermal Label",
      "fontSize": 5,
      "fontWeight": "bold",
      "textAlign": "center",
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "main",
      "type": "TEXT",
      "x": 4,
      "y": 12,
      "width": 62,
      "height": 7,
      "content": "{{Label Text}}",
      "fontSize": 6,
      "fontWeight": "bold",
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "secondary",
      "type": "TEXT",
      "x": 4,
      "y": 22,
      "width": 62,
      "height": 5,
      "content": "{{Reference}} | {{Barcode}}",
      "fontSize": 6,
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "barcode",
      "type": "BARCODE",
      "x": 4,
      "y": 28,
      "width": 62,
      "height": 7.5,
      "content": "{{Barcode}}",
      "barcodeFormat": "CODE128",
      "barcodeShowText": true
    }
  ],
  "columns": [
    {
      "key": "label_text",
      "label": "Label Text",
      "required": true
    },
    {
      "key": "reference",
      "label": "Reference",
      "required": true
    },
    {
      "key": "barcode",
      "label": "Barcode",
      "required": true
    }
  ],
  "files": {
    "xlsx": "/label-templates/blank-thermal-2x1.xlsx",
    "json": "/templates/blank-thermal-2x1.json",
    "svg": "/templates/thumbnails/blank-thermal-2x1.svg"
  }
}