Skip to content

Commit

Permalink
updating generic template variables
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteShine1 committed Jun 30, 2024
1 parent 1545cc4 commit 6f82796
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/data/email_template_variables_sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,14 +200,14 @@
"disposition": "disposition",
"election_app_deadline": "election_app_deadline",
"election_title": "election_title",
"EMAIL_TEMPLATE_GENERIC_BANNER": "https://fntech.sfo2.cdn.digitaloceanspaces.com/FNTECH/Generic_Email_Headers/Tier1-Default-EmailHeader-Confirmation.png",
"EMAIL_TEMPLATE_GENERIC_SPEAKER_BANNER": "https://example-url.com",
"EMAIL_TEMPLATE_TICKET_TOP_GRAPHIC": "blob:https://showadmin.dev.fnopen.com/879be872-9c22-4114-9585-dd532bc5a806",
"EMAIL_TEMPLATE_TICKET_BOTTOM_GRAPHIC": "blob:https://showadmin.dev.fnopen.com/52d6bf2c-fab5-436a-83b5-5ef2d200abd4",
"EMAIL_TEMPLATE_GENERIC_BANNER": "https://spaces.fnvirtual.app/FNTECH/Generic_Email_Headers/Tier1-Default-EmailHeader-Generic.png",
"EMAIL_TEMPLATE_GENERIC_SPEAKER_BANNER": "https://spaces.fnvirtual.app/FNTECH/Generic_Email_Headers/Tier1-Default-EmailHeader-Generic.png",
"EMAIL_TEMPLATE_TICKET_TOP_GRAPHIC": "https://spaces.fnvirtual.app/emails/REGISTRATION_ATTENDEE_TICKET/header-top.jpg",
"EMAIL_TEMPLATE_TICKET_BOTTOM_GRAPHIC": "https://spaces.fnvirtual.app/emails/REGISTRATION_ATTENDEE_TICKET/header-bottom.jpg",
"EMAIL_TEMPLATE_GENERIC_FROM": "[email protected]",
"EMAIL_TEMPLATE_SPEAKERS_FROM": "[email protected]",
"EMAIL_TEMPLATE_PRIMARY_COLOR": "FF0000",
"EMAIL_TEMPLATE_SECONDARY_COLOR": "FFFF00",
"EMAIL_TEMPLATE_PRIMARY_COLOR": "#000000",
"EMAIL_TEMPLATE_SECONDARY_COLOR": "#808080",
"error_message": "error_message",
"event_date": "event_date",
"event_description": "event_description",
Expand Down

0 comments on commit 6f82796

Please sign in to comment.