mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 22:47:25 +01:00
remove subject default
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = (options) => {
|
||||
|
||||
const {
|
||||
template = 'brief-fam',
|
||||
subject = 'Betreff',
|
||||
subject = '',
|
||||
yourRef = '',
|
||||
yourRefName = 'Ihr Zeichen',
|
||||
yourMail = '',
|
||||
@@ -18,7 +18,7 @@ module.exports = (options) => {
|
||||
specialMail = '',
|
||||
address = 'Max Mustermann\\\\Musterstrasse\\\\12345 Musterstadt',
|
||||
opening = 'Sehr geehrte Damen und Herren',
|
||||
body = 'Inhalt des Briefes',
|
||||
body = '',
|
||||
closing = 'Mit freundlichen Grüßen',
|
||||
ps = '',
|
||||
enclosing = '',
|
||||
|
||||
Reference in New Issue
Block a user