IO-2505 Conversation List Print

This commit is contained in:
Allan Carr
2023-12-21 09:24:25 -08:00
parent 92c8b54f85
commit 25e8eaa1d4
6 changed files with 81 additions and 0 deletions

View File

@@ -2102,6 +2102,17 @@ export const TemplateList = (type, context) => {
// },
}
: {}),
...(!type || type === "messaging"
? {
conversation_list: {
title: i18n.t("messaging.render.conversation_list"),
description: "",
subject: i18n.t("messaging.render.conversation_list"),
key: "conversation_list",
disabled: false,
},
}
: {}),
...(!type || type === "vendor"
? {
purchases_by_vendor_detailed: {