From c5fce258e6164d220791ad350855a95f095b1f85 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 3 Dec 2020 13:21:04 +0100 Subject: [PATCH] adjust products model to include the title in the name --- models/products.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/products.ini b/models/products.ini index 31b271f..c45a5e2 100644 --- a/models/products.ini +++ b/models/products.ini @@ -1,6 +1,6 @@ [model] name = Products -label = Products +label = {{ this.title }} hidden = yes [fields.title]