Add marking type "drawn", more specific marking positions mainly on rear side
This commit is contained in:
2
l18n
2
l18n
Submodule l18n updated: 78c35964fb...f33074a662
@@ -32,6 +32,7 @@ final class MDMarkingTypesSet extends MDValueSet {
|
|||||||
'sewn',
|
'sewn',
|
||||||
'glued',
|
'glued',
|
||||||
'painted',
|
'painted',
|
||||||
|
'drawn',
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -12,7 +12,12 @@ declare(strict_types = 1);
|
|||||||
final class MDObjectPositionsSet extends MDValueSet {
|
final class MDObjectPositionsSet extends MDValueSet {
|
||||||
|
|
||||||
public const POSITIONS = [
|
public const POSITIONS = [
|
||||||
'left', 'top_left', 'top', 'top_right', 'right', 'bottom_right', 'bottom', 'bottom_left', 'center', 'rear_side', 'edge', 'inside', 'other',
|
'front_front',
|
||||||
|
'left', 'top_left', 'top', 'top_right', 'right', 'bottom_right', 'bottom', 'bottom_left', 'center',
|
||||||
|
'rear_side',
|
||||||
|
'rear_left', 'rear_top_left', 'rear_top', 'rear_top_right', 'rear_right', 'rear_bottom_right', 'rear_bottom', 'rear_bottom_left', 'rear_center',
|
||||||
|
'underside', 'topside',
|
||||||
|
'edge', 'inside', 'other',
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user