Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
c5bd7c2eb0
commit
98ec01661c
@@ -184,6 +184,18 @@ export const DEFAULT_TEMPLATES: Record<FormKey, FormTemplateConfig> = {
|
||||
titleFontSizePt: 11,
|
||||
marginPt: 60,
|
||||
lineHeightPt: 14,
|
||||
letterhead:
|
||||
"{{firm.name}}\n{{firm.address}}\n{{firm.phone}} · {{firm.email}}",
|
||||
letterheadAlign: "center",
|
||||
letterheadFontSizePt: 10,
|
||||
showLogo: true,
|
||||
logoPosition: "above-center",
|
||||
logoWidthPt: 50,
|
||||
letterheadRule: true,
|
||||
footer: "{{firm.name}} · {{firm.address}} · {{firm.phone}}",
|
||||
footerAlign: "center",
|
||||
footerFontSizePt: 9,
|
||||
footerRule: true,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user