misc: allow COMBO_CELL_ASSET_SLOTS.update in theme config files (#40223)

This commit is contained in:
Frédéric Péters 2020-03-16 18:53:27 +01:00
parent 76c5558d0c
commit 9b41ed1967
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ for dirname in sorted(os.listdir('static')):
for settings_key in theme['settings'][settings_app].keys():
if settings_key not in (
'COMBO_ASSET_SLOTS.update',
'COMBO_CELL_ASSET_SLOTS.update',
'COMBO_MAP_ATTRIBUTION',
'COMBO_MAP_DEFAULT_POSITION',
'COMBO_MAP_MAX_BOUNDS',