We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c934cdb commit 9e91405Copy full SHA for 9e91405
2 files changed
contributors.yml
@@ -132,3 +132,4 @@
132
- npostulart
133
- alejandrocortell
134
- boring-joey
135
+- sharkfabri
docs/guides/extensions/email-template.md
@@ -192,8 +192,8 @@ appearance:
192
193
## Add Template to Directus
194
195
-Inside the Directus project directory is an extensions directory, this is where the custom extensions live. There is a
196
-directory for each type. In this case you are adding a template.
+Custom email templates are stored in the configured `EMAIL_TEMPLATES_PATH` location, which defaults to the `./templates`
+folder relative to your project.
197
198
1. Inside the templates directory, copy and paste the required liquid files for your email. These cannot go in a
199
subdirectory.
0 commit comments