mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
Run Prettier
This commit is contained in:
parent
e4b56a4aa4
commit
74c54a38be
2 changed files with 4 additions and 3 deletions
|
|
@ -140,4 +140,5 @@ See more in the [testing documentation](testing.md).
|
|||
## Customization
|
||||
|
||||
There are many things that you should change in the default template, and many more that you can
|
||||
change. Read [more about FTW](README.md) and check the [Customization checklist](customization-checklist.md) documentation too before publishing your site.
|
||||
change. Read [more about FTW](README.md) and check the
|
||||
[Customization checklist](customization-checklist.md) documentation too before publishing your site.
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@ A template consists of two files:
|
|||
* `TEMPLATE_NAME-subject.txt` - holds the mail Subject line template
|
||||
* `TEMPLATE_NAME-html.html` - contains the template for the HTML version of the mail
|
||||
|
||||
Both parts are mandatory. All emails that are sent from the marketplace contain both the HTML and plain
|
||||
text variants and the recipient's mail client is free to choose which one to visualize and
|
||||
Both parts are mandatory. All emails that are sent from the marketplace contain both the HTML and
|
||||
plain text variants and the recipient's mail client is free to choose which one to visualize and
|
||||
how. The text version is automatically generated from the HTML template.
|
||||
|
||||
## Template syntax
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue