mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
fix(admin): rework email template editor (#667043)
Companion to the bot-side fix: defaults now arrive with {placeholders}
instead of baked-in sample values (example.com links).
- inline preview tab (iframe srcDoc) — works on mobile and in Telegram;
the separate desktop-only preview page and its route are removed
- preview/test render the CURRENT editor content with sample values
- test email: recipient input + detailed backend error messages
- variable chips insert at cursor instead of copying to clipboard
- 'insert default template' button to migrate broken saved overrides
- fa added to language tabs
This commit is contained in:
@@ -1455,9 +1455,13 @@
|
||||
"resetted": "模板已恢复默认",
|
||||
"testSent": "测试邮件已发送",
|
||||
"variables": "可用变量",
|
||||
"clickToCopy": "点击复制",
|
||||
"previewDesktopOnly": "预览仅在桌面网页版可用",
|
||||
"previewNotAvailable": "预览不可用"
|
||||
"editorTab": "编辑器",
|
||||
"previewHint": "预览以示例值代替变量显示邮件。",
|
||||
"clickToInsert": "点击插入到文本中",
|
||||
"insertDefault": "插入默认模板",
|
||||
"insertDefaultConfirm": "用默认模板替换当前内容?",
|
||||
"testRecipientPlaceholder": "收件人邮箱(默认为您的邮箱)",
|
||||
"testHint": "发送当前编辑器内容,变量将替换为示例值。"
|
||||
},
|
||||
"payments": {
|
||||
"title": "支付",
|
||||
|
||||
Reference in New Issue
Block a user