{
  "version": 1,
  "name": "Paper and Pine product labels",
  "width": 50,
  "height": 30,
  "dpi": 300,
  "pages": 1,
  "fit": "contain",
  "fields": [
    {
      "id": "products-1",
      "page": 1,
      "content": "PAPER & PINE",
      "x": 4,
      "y": 3,
      "width": 42,
      "height": 4,
      "fontSize": 6,
      "fontFamily": "Arial",
      "bold": true,
      "align": "left",
      "color": "#193b31",
      "background": "transparent",
      "shrink": true,
      "name": "Brand"
    },
    {
      "id": "products-2",
      "page": 1,
      "content": "{{ProductName}}",
      "x": 4,
      "y": 9,
      "width": 42,
      "height": 5,
      "fontSize": 10,
      "fontFamily": "Arial",
      "bold": true,
      "align": "left",
      "color": "#193b31",
      "background": "transparent",
      "shrink": true,
      "name": "Product"
    },
    {
      "id": "products-3",
      "page": 1,
      "content": "{{Variant}}",
      "x": 4,
      "y": 15,
      "width": 42,
      "height": 4,
      "fontSize": 6,
      "fontFamily": "Arial",
      "bold": false,
      "align": "left",
      "color": "#193b31",
      "background": "transparent",
      "shrink": true,
      "name": "Variant"
    },
    {
      "id": "products-4",
      "page": 1,
      "content": "SKU {{SKU}}",
      "x": 4,
      "y": 23,
      "width": 24,
      "height": 3,
      "fontSize": 5.5,
      "fontFamily": "Arial",
      "bold": false,
      "align": "left",
      "color": "#193b31",
      "background": "transparent",
      "shrink": true,
      "name": "SKU"
    },
    {
      "id": "products-5",
      "page": 1,
      "content": "{{Price}}",
      "x": 30,
      "y": 22,
      "width": 16,
      "height": 5,
      "fontSize": 10,
      "fontFamily": "Arial",
      "bold": true,
      "align": "right",
      "color": "#193b31",
      "background": "transparent",
      "shrink": true,
      "name": "Price"
    }
  ],
  "print": {
    "margins": {
      "top": 2,
      "right": 2,
      "bottom": 2,
      "left": 2
    },
    "bleed": 0,
    "cropMarks": false,
    "paper": {
      "width": 50,
      "height": 30,
      "layout": "direct"
    }
  }
}
