Add "handwritten" to list of marking types

This commit is contained in:
Joshua Ramon Enslin 2020-08-06 15:22:23 +02:00 committed by Stefan Rohde-Enslin
parent d78abca4c2
commit 9ca91967e4

View File

@ -17,7 +17,8 @@ class MDMarkingTypesSet {
'scratch',
'stamp',
'overprint',
'embossing'
'embossing',
'handwritten',
];
}