Work in progress on introducing tag language. Not tested yet.
This commit is contained in:
parent
450b930cc5
commit
00e328a914
21 changed files with 2154 additions and 1909 deletions
|
@ -36,6 +36,11 @@ editors:
|
|||
- ckeditor4
|
||||
- codeeditor
|
||||
|
||||
# Enabled tag languages
|
||||
tagLanguages:
|
||||
- simple # e.g. [FIRST_NAME] - this the style of merge tags found in Mailtrain v1
|
||||
- hbs # e.g. {{#if FIRST_NAME}}Hello {{firstName}}!{{else}}Hello!{{/if}} - this syntax uses Handlebars templating language (http://handlebarsjs.com)
|
||||
|
||||
# Default language to use
|
||||
defaultLanguage: en-US
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue