diff --git a/l18n b/l18n index eff355e..49b1e7a 160000 --- a/l18n +++ b/l18n @@ -1 +1 @@ -Subproject commit eff355e85c9519f28eb2ad6a10c3bd1e835bd188 +Subproject commit 49b1e7a4282ea70f0db001a64501e69b25b155eb diff --git a/src/MDObjectPositionsSet.php b/src/MDObjectPositionsSet.php index 13b3870..a8c762f 100644 --- a/src/MDObjectPositionsSet.php +++ b/src/MDObjectPositionsSet.php @@ -12,7 +12,7 @@ declare(strict_types = 1); final class MDObjectPositionsSet extends MDValueSet { const POSITIONS = [ - 'left', 'top_left', 'top', 'top_right', 'right', 'bottom_right', 'bottom', 'bottom_left', 'center', 'rear_side', 'edge', 'other', + 'left', 'top_left', 'top', 'top_right', 'right', 'bottom_right', 'bottom', 'bottom_left', 'center', 'rear_side', 'edge', 'inside', 'other', ]; /**