add config option PREVIEW_ORIGINALS to hide original iframes in snapshot detail pages

This commit is contained in:
Nick Sweeting 2022-05-09 19:31:41 -07:00
parent e83132c24e
commit 8ebf3e2f93
3 changed files with 5 additions and 0 deletions

View file

@ -94,6 +94,7 @@ CONFIG_SCHEMA: Dict[str, ConfigDefaultDict] = {
'SNAPSHOTS_PER_PAGE': {'type': int, 'default': 40},
'CUSTOM_TEMPLATES_DIR': {'type': str, 'default': None},
'TIME_ZONE': {'type': str, 'default': 'UTC'},
'PREVIEW_ORIGINALS': {'type': bool, 'default': True},
},
'ARCHIVE_METHOD_TOGGLES': {