Merge pull request #3032 from IONISx/feature-enable-mktg-site-is-missing
Added ENABLE_MKTG_SITE to Features
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -137,3 +137,4 @@ Martyn James <mjames@edx.org>
|
||||
Han Su Kim <hkim823@gmail.com>
|
||||
Raees Chachar <raees.chachar@arbisoft.com>
|
||||
Muhammad Ammar <muhammad.ammar@arbisoft.com>
|
||||
William Desloge <william.desloge@ionis-group.com>
|
||||
|
||||
@@ -236,6 +236,9 @@ FEATURES = {
|
||||
# Turn on third-party auth. Disabled for now because full implementations are not yet available. Remember to syncdb
|
||||
# if you enable this; we don't create tables by default.
|
||||
'ENABLE_THIRD_PARTY_AUTH': False,
|
||||
|
||||
# Toggle to enable alternate urls for marketing links
|
||||
'ENABLE_MKTG_SITE': False,
|
||||
}
|
||||
|
||||
# Used for A/B testing
|
||||
|
||||
Reference in New Issue
Block a user