TF-46 Create composer widget with add presentation
This commit is contained in:
@@ -109,5 +109,38 @@
|
||||
"@cc_email_address_prefix": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"hint_text_email_address": "Name or email address",
|
||||
"@hint_text_email_address": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"subject_email": "Subject",
|
||||
"@subject_email": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"hint_content_email_composer": "Start writing your email here",
|
||||
"@hint_content_email_composer": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"header_email_quoted": "On {sentDate}, from {emailAddress}",
|
||||
"@header_email_quoted": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"sentDate": {},
|
||||
"emailAddress": {}
|
||||
}
|
||||
},
|
||||
"prefix_reply_email": "Re:",
|
||||
"@prefix_reply_email": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"prefix_forward_email": "Fwd:",
|
||||
"@prefix_forward_email": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user