Replace default feature proposals to nil

This commit is contained in:
decabeza
2019-03-13 13:18:53 +01:00
parent 528a4b6e8e
commit e520a51d57
3 changed files with 6 additions and 3 deletions

View File

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