From c10f1ebfb3a2cf8b3898abd9a5e30182c2c7ab61 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 17 Jan 2020 11:26:32 +0100 Subject: [PATCH] Update product offer to contain markdown --- models/product.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/models/product.ini b/models/product.ini index 24d5bec..10ad499 100644 --- a/models/product.ini +++ b/models/product.ini @@ -71,7 +71,7 @@ type = string [fields.offer1_text] label = Offer 1 Text -type = text +type = markdown [fields.offer1_link] label = Offer 1 Link @@ -83,7 +83,7 @@ type = string [fields.offer2_text] label = Offer 2 Text -type = text +type = markdown [fields.offer2_link] label = Offer 2 Link @@ -95,7 +95,7 @@ type = string [fields.offer3_text] label = Offer 3 Text -type = text +type = markdown [fields.offer3_link] label = Offer 3 Link