From 9f344aaf563aab297560dd47ce1bb0bd7dbc9b0d Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 14 Feb 2020 20:17:35 +0100 Subject: [PATCH] [model] add image to product Used for displaying on the summary page --- models/product.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/models/product.ini b/models/product.ini index 8e161de..93d1601 100644 --- a/models/product.ini +++ b/models/product.ini @@ -116,3 +116,7 @@ type = markdown [fields.offer3_link] label = Offer 3 Link type = url + +[fields.image] +label = Index Image +type = url