Patch-import-migrate: Add embed page for embeds on the web

Issue #36

From e51f0a78c778a2283887db7ffc22421a7c849296 Mon Sep 17 00:00:00 2001
From: James Taylor <user234683@users.noreply.github.com>
This commit is contained in:
Jesús
2020-12-19 22:13:37 -05:00
parent afb2aca460
commit 1de9ae4245
5 changed files with 70 additions and 8 deletions

View File

@@ -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,