Replace default feature proposals to nil
This commit is contained in:
@@ -66,7 +66,6 @@ Setting["meta_keywords"] = nil
|
||||
# Feature flags
|
||||
Setting['feature.debates'] = true
|
||||
Setting['feature.proposals'] = true
|
||||
Setting['feature.featured_proposals'] = true
|
||||
Setting['feature.spending_proposals'] = nil
|
||||
Setting['feature.polls'] = true
|
||||
Setting['feature.twitter_login'] = true
|
||||
@@ -84,6 +83,7 @@ Setting['feature.map'] = nil
|
||||
Setting['feature.allow_images'] = true
|
||||
Setting['feature.allow_attached_documents'] = true
|
||||
Setting['feature.help_page'] = true
|
||||
Setting["feature.featured_proposals"] = nil
|
||||
|
||||
# Spending proposals feature flags
|
||||
Setting['feature.spending_proposal_features.voting_allowed'] = nil
|
||||
|
||||
Reference in New Issue
Block a user