Add setting to enable static newsletter URL

This commit is contained in:
JonnyWong16 2018-05-07 20:39:04 -07:00
parent 19cf567366
commit 84406e6797
5 changed files with 18 additions and 9 deletions

View file

@ -316,6 +316,7 @@ _CONFIG_DEFINITIONS = {
'NEWSLETTER_TEMPLATES': (str, 'Newsletter', 'newsletters'),
'NEWSLETTER_DIR': (str, 'Newsletter', ''),
'NEWSLETTER_SELF_HOSTED': (int, 'Newsletter', 0),
'NEWSLETTER_STATIC_URL': (int, 'Newsletter', 0),
'NMA_APIKEY': (str, 'NMA', ''),
'NMA_ENABLED': (int, 'NMA', 0),
'NMA_PRIORITY': (int, 'NMA', 0),