mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-25 22:37:18 +10:00
Run Prettier for docs
This commit is contained in:
parent
55dc734cf0
commit
c170bc31a3
2 changed files with 8 additions and 6 deletions
|
|
@ -14,7 +14,8 @@ way to update this template, but currently, we follow a pattern:
|
||||||
|
|
||||||
## Upcoming version 2018-XX-XX
|
## Upcoming version 2018-XX-XX
|
||||||
|
|
||||||
- [remove] Remove the default built-in email templates. Built-in email templates can be edited in Console. [#983](https://github.com/sharetribe/flex-template-web/pull/983)
|
- [remove] Remove the default built-in email templates. Built-in email templates can be edited in
|
||||||
|
Console. [#983](https://github.com/sharetribe/flex-template-web/pull/983)
|
||||||
|
|
||||||
## [v2.5.0] 2018-12-17
|
## [v2.5.0] 2018-12-17
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# Mail templates
|
# Mail templates
|
||||||
|
|
||||||
This directory contains the default templates for transaction emails.
|
This directory contains the default templates for transaction emails. Built-in email templates can
|
||||||
Built-in email templates can be edited in Console.
|
be edited in Console.
|
||||||
|
|
||||||
Before making customizations, copy the templates to another directory (e.g. `mail-templates`). Note
|
Before making customizations, copy the templates to another directory (e.g. `mail-templates`). Note
|
||||||
that, at present, changes made to the template files in this repository will not take effect
|
that, at present, changes made to the template files in this repository will not take effect
|
||||||
|
|
@ -37,8 +37,10 @@ Example html:
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<p>You have received this email notification because you are a member of {{marketplace.name}}.
|
<p>
|
||||||
If you no longer wish to receive these emails, please contact {{marketplace.name}} team.</p>
|
You have received this email notification because you are a member of {{marketplace.name}}. If
|
||||||
|
you no longer wish to receive these emails, please contact {{marketplace.name}} team.
|
||||||
|
</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
```
|
```
|
||||||
|
|
@ -52,7 +54,6 @@ The template syntax supports conditionals, loops, helpers and other constructs.
|
||||||
|
|
||||||
## List of templates
|
## List of templates
|
||||||
|
|
||||||
|
|
||||||
The templates in the list below correspond to mails defined in the default transaction process.
|
The templates in the list below correspond to mails defined in the default transaction process.
|
||||||
Customized transaction processes can have different set of mail templates.
|
Customized transaction processes can have different set of mail templates.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue