html_body placeholder added. see #153
This commit is contained in:
parent
a5e8f60618
commit
4fc698e3be
2 changed files with 11 additions and 0 deletions
|
|
@ -595,6 +595,10 @@
|
||||||
"message": "Mail body",
|
"message": "Mail body",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
|
"placeholder_html_body": {
|
||||||
|
"message": "HTML mail body",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
"placeholder_mail_subject": {
|
"placeholder_mail_subject": {
|
||||||
"message": "Mail subject",
|
"message": "Mail subject",
|
||||||
"description": ""
|
"description": ""
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,13 @@ const defaultPlaceholders = [
|
||||||
type: 0,
|
type: 0,
|
||||||
is_default: "1",
|
is_default: "1",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'html_body',
|
||||||
|
name: "__MSG_placeholder_html_body__",
|
||||||
|
text: "",
|
||||||
|
type: 0,
|
||||||
|
is_default: "1",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 'mail_subject',
|
id: 'mail_subject',
|
||||||
name: "__MSG_placeholder_mail_subject__",
|
name: "__MSG_placeholder_mail_subject__",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue