Merge branch 'master' into optional_proxy_images

This commit is contained in:
James Taylor
2020-10-12 09:37:13 -07:00
committed by GitHub
12 changed files with 102 additions and 24 deletions

View File

@@ -134,6 +134,13 @@ For security reasons, enabling this is not recommended.''',
'default': True,
'comment': '',
}),
('use_comments_js', {
'label': 'Enable comments.js',
'type': bool,
'default': True,
'comment': '',
}),
('theme', {
'type': int,