From 70e1670f6779780f49de24897189cfa21c9753eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20S=C3=A9chet?= Date: Tue, 15 Mar 2022 14:09:57 +0100 Subject: [PATCH] cells: add link cells in asset slots settings (#62797) --- combo/settings.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/combo/settings.py b/combo/settings.py index f8522133..2764ef29 100644 --- a/combo/settings.py +++ b/combo/settings.py @@ -333,6 +333,11 @@ COMBO_CELL_ASSET_SLOTS = { 'prefix': _('Picture'), }, }, + 'data_linkcell': { + 'picture': { + 'prefix': _('Picture'), + }, + }, 'wcs_wcsformsofcategorycell': { 'picture': { 'prefix': _('Picture'), -- 2.35.1