From 6ce1cff15aeac25e600fe63b16c0bfec1dbd26f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 23 Jul 2021 15:35:45 +0200 Subject: [PATCH] build: allow COMBO_CELL_TEMPLATES.update settings (#55792) --- create_themes_json.py | 1 + 1 file changed, 1 insertion(+) diff --git a/create_themes_json.py b/create_themes_json.py index d44af6aa..1b08a620 100644 --- a/create_themes_json.py +++ b/create_themes_json.py @@ -56,6 +56,7 @@ for dirname in sorted(os.listdir('static')): if settings_key not in ( 'COMBO_ASSET_SLOTS.update', 'COMBO_CELL_ASSET_SLOTS.update', + 'COMBO_CELL_TEMPLATES.update', 'COMBO_MAP_ATTRIBUTION', 'COMBO_MAP_DEFAULT_POSITION', 'COMBO_MAP_MAX_BOUNDS',