Skip to content

Commit 1566c36

Browse files
committed
Added Mockup placement type constant.
1 parent bdb6f3c commit 1566c36

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Structures/Placements.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ class Placements
4646
*/
4747
const TYPE_LABEL_OUTSIDE = 'label_outside';
4848

49+
/**
50+
* Mockup of the product, can be used when submitting orders, etc
51+
*/
52+
const TYPE_MOCKUP = 'mockup';
53+
4954
/**
5055
* @var array
5156
*/

0 commit comments

Comments
 (0)