TF-46 Create composer widget with add presentation

This commit is contained in:
dab246
2021-08-26 17:17:08 +07:00
committed by Dat H. Pham
parent ee0dc37b7a
commit ee615c7ccd
15 changed files with 896 additions and 1 deletions
+33
View File
@@ -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": {}
}
}