Skip to content

Commit

Permalink
Enter preset value for TEMPLATE_SUBJECT
Browse files Browse the repository at this point in the history
  • Loading branch information
ttsukagoshi committed Mar 3, 2021
1 parent ca46b8e commit d4ac124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mailMerge.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const DEFAULT_CONFIG = {
SPREADSHEET_URL: 'https://docs.google.com/spreadsheets/d/*****/edit',
DATA_SHEET_NAME: 'List',
RECIPIENT_COL_NAME: 'Email',
TEMPLATE_SUBJECT: '',
TEMPLATE_SUBJECT: 'Enter subject here...',
REPLACE_VALUE: 'NA',
MERGE_FIELD_MARKER_TEXT: '\\{\\{[^\\}]+\\}\\}',
MERGE_FIELD_MARKER: /\{\{[^\}]+\}\}/g, // to be deprecated
Expand Down

0 comments on commit d4ac124

Please sign in to comment.