Change bleed to bleedSize

This commit is contained in:
David Bolack
2026-08-07 10:52:14 -05:00
parent 1472e39bc8
commit ed2b246494
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ const DEFAULT_BREW = {
pageCount : 1,
gDrive : false,
trashed : false,
bleed : { top: '.125in', bottom: '.125in', inner: '.125in', outer: '.125in' },
bleedSize : { top: '.125in', bottom: '.125in', inner: '.125in', outer: '.125in' },
safetySpace : { top: '.25in', bottom: '.25in', outer: '.25in', inner: '.5in' },
trimSize : { width: '8.5in', height: '11in' },
columns : '2',