From 9962a59de914fb5e460818cdde3a3d87e4841ac5 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 20 Aug 2024 10:57:44 +0200 Subject: [PATCH] mailgen preview: also show content type (plain/signed) --- client/src/components/WebinputCSV.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/client/src/components/WebinputCSV.vue b/client/src/components/WebinputCSV.vue index 81d2956..515231d 100644 --- a/client/src/components/WebinputCSV.vue +++ b/client/src/components/WebinputCSV.vue @@ -83,6 +83,7 @@ Please note that this preview uses example data and thus does not take the CERTbund rules into account. The example data contains more data and aggregated fields than real data. To consider the input data, use the tools in the "Data Validation and Submission" section.
Subject: {{mailgenPreviewParsed.subject}}
To: {{mailgenPreviewParsed.to}}
+
Content Type: {{ mailgenPreviewParsed.contentType }}
{{ mailgenPreviewParsed.body }}