You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An expansion of #423 and #1429, this ticket concerns adding the ability to edit transactional emails from inside the dashboard, by admin users.
This ticket should include work that:
Creates a new schema for email templates
Takes the file-system HTML email templates and loads them into the correct Collection
Creates a raw HTML editor (text-area) inside the dashboard that allows templates to be changed and saved into the collection. Fields should include:
Email Subject
Email Body
Email Language (en is default)
Title
Checks to see if a template is inside the database, and if so uses that Template. If it's not inside the database, the file-system email will be the fallback.
The text was updated successfully, but these errors were encountered:
kieckhafer
changed the title
Ability to modify transactional email templates
Ability to modify transactional email templates via the dashboard
Oct 20, 2016
An expansion of #423 and #1429, this ticket concerns adding the ability to edit transactional emails from inside the dashboard, by admin users.
This ticket should include work that:
The text was updated successfully, but these errors were encountered: