'Default Template', 'slug' => 'default-1', 'template' => '
[name]
[text1]
[code]
[text2]
', 'is_active' => 1, 'is_default' => 1, 'is_base' => 1, 'height' => null, 'width' => null, 'uol' => 'mm', ), // 2-nd template array( 'name' => 'Optimized for 2D codes', 'slug' => 'default-2', 'template' => '
[name] - [text2]
[code], [text1]
', 'is_active' => 0, 'is_default' => 1, 'is_base' => 0, 'height' => 21.20, 'width' => 52.50, 'uol' => 'mm', ), // 3-d template array( 'name' => 'Label with images & texts', 'slug' => 'default-3', 'template' => '
[name]
[code]
Amazon Inc.
', 'is_active' => 0, 'is_default' => 1, 'is_base' => 0, 'height' => 37, 'width' => 70, 'uol' => 'mm', ), // 4-d template array( 'name' => '2D Barcodes (70mm x 44mm)', 'slug' => 'default-4', 'template' => '
[code]
[text1]
[text2]
[name]
', 'is_active' => 0, 'is_default' => 1, 'is_base' => 0, 'height' => 44, 'width' => 70, 'uol' => 'mm', ), );