aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 0d52bc5..edb9211 100644
--- a/settings.py
+++ b/settings.py
@@ -197,6 +197,14 @@ For security reasons, enabling this is not recommended.''',
'category': 'interface',
}),
+ ('embed_page_mode', {
+ 'type': bool,
+ 'label': 'Enable embed page',
+ 'default': True,
+ 'comment': '',
+ 'category': 'interface',
+ }),
+
('autocheck_subscriptions', {
'type': bool,
'default': 0,