{
  "id": "retail-apparel",
  "name": "Apparel Hang Tag",
  "description": "Apparel Hang Tag layout with mapped Style Name, Size, Color, UPC fields, XLSX sample data, and print-ready sizing.",
  "category": "Retail & Product",
  "thumbnail": "/templates/thumbnails/retail-apparel.svg",
  "settings": {
    "width": 76,
    "height": 50,
    "unit": "mm",
    "dpi": 203,
    "name": "Apparel Hang Tag",
    "type": "apparel_hang_tag"
  },
  "elements": [
    {
      "id": "border",
      "type": "RECTANGLE",
      "x": 1,
      "y": 1,
      "width": 74,
      "height": 48,
      "fill": "#ffffff",
      "stroke": "#111827",
      "strokeWidth": 0.4,
      "borderRadius": 1
    },
    {
      "id": "title",
      "type": "TEXT",
      "x": 3,
      "y": 3,
      "width": 70,
      "height": 8,
      "content": "Apparel Hang Tag",
      "fontSize": 8,
      "fontWeight": "bold",
      "textAlign": "center",
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "main",
      "type": "TEXT",
      "x": 4,
      "y": 12,
      "width": 68,
      "height": 8,
      "content": "{{Style Name}}",
      "fontSize": 8.5,
      "fontWeight": "bold",
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "secondary",
      "type": "TEXT",
      "x": 4,
      "y": 22,
      "width": 68,
      "height": 6,
      "content": "{{Size}} | {{Color}}",
      "fontSize": 6,
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "barcode",
      "type": "BARCODE",
      "x": 4,
      "y": 33,
      "width": 68,
      "height": 12.5,
      "content": "{{UPC}}",
      "barcodeFormat": "UPC",
      "barcodeShowText": true
    },
    {
      "id": "mapped-details",
      "type": "TEXT",
      "x": 3,
      "y": 44,
      "width": 70,
      "height": 4,
      "content": "Price: {{Price}}",
      "fontSize": 4,
      "textFitMode": "shrink",
      "textAlign": "center",
      "color": "#374151"
    }
  ],
  "columns": [
    {
      "key": "style_name",
      "label": "Style Name",
      "required": true
    },
    {
      "key": "size",
      "label": "Size",
      "required": true
    },
    {
      "key": "color",
      "label": "Color",
      "required": true
    },
    {
      "key": "upc",
      "label": "UPC",
      "required": false
    },
    {
      "key": "price",
      "label": "Price",
      "required": false
    }
  ],
  "files": {
    "xlsx": "/label-templates/retail-apparel.xlsx",
    "json": "/templates/retail-apparel.json",
    "svg": "/templates/thumbnails/retail-apparel.svg"
  }
}