html_body placeholder added. see #153

This commit is contained in:
mic 2024-10-14 22:06:28 +02:00
parent a5e8f60618
commit 4fc698e3be
2 changed files with 11 additions and 0 deletions

View file

@ -595,6 +595,10 @@
"message": "Mail body",
"description": ""
},
"placeholder_html_body": {
"message": "HTML mail body",
"description": ""
},
"placeholder_mail_subject": {
"message": "Mail subject",
"description": ""

View file

@ -40,6 +40,13 @@ const defaultPlaceholders = [
type: 0,
is_default: "1",
},
{
id: 'html_body',
name: "__MSG_placeholder_html_body__",
text: "",
type: 0,
is_default: "1",
},
{
id: 'mail_subject',
name: "__MSG_placeholder_mail_subject__",