{
  "id": "visitor-badge-labels-excel-template",
  "name": "Visitor Badge Labels",
  "description": "Visitor Badge Labels layout with mapped Visitor Name, Company, Host Name, Visit Date fields, XLSX sample data, and print-ready sizing.",
  "category": "Office & Small Business",
  "thumbnail": "/templates/thumbnails/visitor-badge-labels-excel-template.svg",
  "settings": {
    "width": 86,
    "height": 54,
    "unit": "mm",
    "dpi": 203,
    "name": "Visitor Badge Labels",
    "type": "visitor_badge_labels"
  },
  "elements": [
    {
      "id": "border",
      "type": "RECTANGLE",
      "x": 1,
      "y": 1,
      "width": 84,
      "height": 52,
      "fill": "#ffffff",
      "stroke": "#111827",
      "strokeWidth": 0.4,
      "borderRadius": 1
    },
    {
      "id": "title",
      "type": "TEXT",
      "x": 3,
      "y": 3,
      "width": 80,
      "height": 8,
      "content": "Visitor Badge Labels",
      "fontSize": 8.64,
      "fontWeight": "bold",
      "textAlign": "center",
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "qr",
      "type": "QR",
      "x": 59.32,
      "y": 15.120000000000001,
      "width": 22.68,
      "height": 22.68,
      "content": "{{QR Code}}",
      "qrCorrectionLevel": "M"
    },
    {
      "id": "main",
      "type": "TEXT",
      "x": 4,
      "y": 13,
      "width": 53.32,
      "height": 9.719999999999999,
      "content": "{{Visitor Name}}",
      "fontSize": 9.180000000000001,
      "fontWeight": "bold",
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "secondary",
      "type": "TEXT",
      "x": 4,
      "y": 23,
      "width": 53.32,
      "height": 7.5600000000000005,
      "content": "{{Company}}",
      "fontSize": 7,
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "mapped-details",
      "type": "TEXT",
      "x": 3,
      "y": 48,
      "width": 80,
      "height": 4,
      "content": "Host Name: {{Host Name}} | Visit Date: {{Visit Date}} | Badge ID: {{Badge ID}}",
      "fontSize": 4,
      "textFitMode": "shrink",
      "textAlign": "center",
      "color": "#374151"
    }
  ],
  "columns": [
    {
      "key": "visitor_name",
      "label": "Visitor Name",
      "required": true
    },
    {
      "key": "company",
      "label": "Company",
      "required": true
    },
    {
      "key": "host_name",
      "label": "Host Name",
      "required": true
    },
    {
      "key": "visit_date",
      "label": "Visit Date",
      "required": false
    },
    {
      "key": "badge_id",
      "label": "Badge ID",
      "required": false
    },
    {
      "key": "qr_code",
      "label": "QR Code",
      "required": false
    }
  ],
  "files": {
    "xlsx": "/label-templates/visitor-badge-labels-excel-template.xlsx",
    "json": "/templates/visitor-badge-labels-excel-template.json",
    "svg": "/templates/thumbnails/visitor-badge-labels-excel-template.svg"
  }
}