diff --git a/src/lib/form-templates.ts b/src/lib/form-templates.ts index c33493b..9a14337 100644 --- a/src/lib/form-templates.ts +++ b/src/lib/form-templates.ts @@ -184,6 +184,18 @@ export const DEFAULT_TEMPLATES: Record = { 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, }, };