{ "labelTemplateLayoutConfig": { "description": "3x2 Thermal Demo", "labelHeightIn": 2, "labelPaddingXIn": 0.125, "labelPaddingYIn": 0.125, "labelWidthIn": 3, "name": "3x2 DEMO", "numColumns": 1, "numRows": 1, "pageMarginLeftIn": 0, "pageMarginTopIn": 0, "pagesizeXIn": 3, "pagesizeYIn": 2, "xGapIn": 0, "yGapIn": 0 }, "labelContentLayoutConfig": { "description": "Label with barcode, image, table, and paragraph text", "labelContentLayoutElements": [ { "description": "Product Image", "elementType": "IMAGE", "valueTemplate": "{{ t3.images['t3_logo.png'] }}", "xEndFraction": 1, "xStartFraction": 0.7, "yEndFraction": 1, "yStartFraction": 0 }, { "description": "Barcode", "elementType": "CODE128_BARCODE", "valueTemplate": "{{ package.label }}", "xEndFraction": 0.66, "xStartFraction": 0, "yEndFraction": 1, "yStartFraction": 0.8 }, { "description": "Paragraph Text", "elementType": "TEXT", "horizontalParagraphAlignment": "CENTER", "paragraphFontName": "Helvetica", "paragraphFontSize": 9, "paragraphSpacing": 9, "paragraphTextResizeStrategy": "SHRINK_TEXT", "valueTemplate": "{{ disclaimer }} You can also add styling to your text.", "verticalParagraphAlignment": "TOP", "xEndFraction": 0.66, "xStartFraction": 0, "yEndFraction": 0.74, "yStartFraction": 0.55 }, { "description": "Info Table", "elementType": "TABLE", "paragraphFontName": "Helvetica", "paragraphFontSize": 8, "paragraphSpacing": 8, "valueTemplate": "
| Table Header 1 | Table Header 2 |
| One | Two |
| One | Two |
| One | Two |