{
  "id": "blank-thermal-4x6",
  "name": "Blank 4x6 Thermal Label",
  "description": "Blank 4x6 Thermal Label layout with mapped Label Title, Address Line, Reference, Barcode fields, XLSX sample data, and print-ready sizing.",
  "category": "Office & Small Business",
  "thumbnail": "/templates/thumbnails/blank-thermal-4x6.svg",
  "settings": {
    "width": 101,
    "height": 152,
    "unit": "mm",
    "dpi": 203,
    "name": "Blank 4x6 Thermal Label",
    "type": "blank_4x6_thermal_label"
  },
  "elements": [
    {
      "id": "border",
      "type": "RECTANGLE",
      "x": 1,
      "y": 1,
      "width": 99,
      "height": 150,
      "fill": "#ffffff",
      "stroke": "#111827",
      "strokeWidth": 0.4,
      "borderRadius": 1
    },
    {
      "id": "title",
      "type": "TEXT",
      "x": 3,
      "y": 3,
      "width": 95,
      "height": 8,
      "content": "Blank 4x6 Thermal Label",
      "fontSize": 9,
      "fontWeight": "bold",
      "textAlign": "center",
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "main",
      "type": "TEXT",
      "x": 4,
      "y": 12,
      "width": 93,
      "height": 24.32,
      "content": "{{Label Title}}",
      "fontSize": 12,
      "fontWeight": "bold",
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "secondary",
      "type": "TEXT",
      "x": 4,
      "y": 22,
      "width": 93,
      "height": 18.24,
      "content": "{{Address Line}} | {{Reference}}",
      "fontSize": 6,
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "barcode",
      "type": "BARCODE",
      "x": 4,
      "y": 135,
      "width": 93,
      "height": 14,
      "content": "{{Barcode}}",
      "barcodeFormat": "CODE128",
      "barcodeShowText": true
    }
  ],
  "columns": [
    {
      "key": "label_title",
      "label": "Label Title",
      "required": true
    },
    {
      "key": "address_line",
      "label": "Address Line",
      "required": true
    },
    {
      "key": "reference",
      "label": "Reference",
      "required": true
    },
    {
      "key": "barcode",
      "label": "Barcode",
      "required": false
    }
  ],
  "files": {
    "xlsx": "/label-templates/blank-thermal-4x6.xlsx",
    "json": "/templates/blank-thermal-4x6.json",
    "svg": "/templates/thumbnails/blank-thermal-4x6.svg"
  }
}