Initial commit
This commit is contained in:
22
server/config/templates/templates.json5
Normal file
22
server/config/templates/templates.json5
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
accountDeleted: {
|
||||
heading: 'Deighton AR Account Deleted Notification',
|
||||
text: 'accountDeleted.txt'
|
||||
},
|
||||
changeEmailNew: {
|
||||
heading: 'Deighton AR Change of Email Confirmation',
|
||||
text: 'changeEmailNew.txt'
|
||||
},
|
||||
changeEmailOld: {
|
||||
heading: 'Deighton AR Change of Email Request',
|
||||
text: 'changeEmailOld.txt'
|
||||
},
|
||||
forgotPassword: {
|
||||
heading: 'Deighton AR Password Reset Request',
|
||||
text: 'forgotPassword.txt'
|
||||
},
|
||||
welcome: {
|
||||
heading: 'Welcome to the Deighton AR System!',
|
||||
text: 'welcome.txt'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user