Merge pull request #4673 from consul/enable_sdg_by_default

Enable SDG content by default
This commit is contained in:
Javi Martín
2021-09-30 15:06:17 +02:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ class Setting < ApplicationRecord
"feature.remote_census": nil,
"feature.valuation_comment_notification": true,
"feature.graphql_api": true,
"feature.sdg": false,
"feature.sdg": true,
"feature.machine_learning": false,
"homepage.widgets.feeds.debates": true,
"homepage.widgets.feeds.processes": true,

View File

@@ -5,7 +5,6 @@ section "Creating Settings" do
"facebook_handle": "CONSUL",
"feature.featured_proposals": "true",
"feature.map": "true",
"feature.sdg": "true",
"instagram_handle": "CONSUL",
"mailer_from_address": "noreply@consul.dev",
"mailer_from_name": "CONSUL",