Skip to content

Commit 9e91405

Browse files
sharkfabripaescuj
andauthored
Fix email templates path in docs (directus#22713)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
1 parent c934cdb commit 9e91405

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,4 @@
132132
- npostulart
133133
- alejandrocortell
134134
- boring-joey
135+
- sharkfabri

docs/guides/extensions/email-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ appearance:
192192

193193
## Add Template to Directus
194194

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.
195+
Custom email templates are stored in the configured `EMAIL_TEMPLATES_PATH` location, which defaults to the `./templates`
196+
folder relative to your project.
197197

198198
1. Inside the templates directory, copy and paste the required liquid files for your email. These cannot go in a
199199
subdirectory.

0 commit comments

Comments
 (0)