Merge pull request #4844 from consul/allow_removing_supports_by_default
Allow removing investment supports by default
This commit is contained in:
@@ -102,7 +102,7 @@ class Setting < ApplicationRecord
|
||||
"feature.graphql_api": true,
|
||||
"feature.sdg": true,
|
||||
"feature.machine_learning": false,
|
||||
"feature.remove_investments_supports": false,
|
||||
"feature.remove_investments_supports": true,
|
||||
"homepage.widgets.feeds.debates": true,
|
||||
"homepage.widgets.feeds.processes": true,
|
||||
"homepage.widgets.feeds.proposals": true,
|
||||
|
||||
@@ -5,7 +5,6 @@ section "Creating Settings" do
|
||||
"facebook_handle": "CONSUL",
|
||||
"feature.featured_proposals": "true",
|
||||
"feature.map": "true",
|
||||
"feature.remove_investments_supports": true,
|
||||
"instagram_handle": "CONSUL",
|
||||
"mailer_from_address": "noreply@consul.dev",
|
||||
"mailer_from_name": "CONSUL",
|
||||
|
||||
Reference in New Issue
Block a user