Add new SDG feature Setting

This commit is contained in:
taitus
2020-11-11 19:44:06 +01:00
committed by Javi Martín
parent 1d5cbece6c
commit 676adfcb3f
3 changed files with 5 additions and 0 deletions

View File

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

View File

@@ -130,6 +130,8 @@ en:
dashboard:
notification_emails: "Dashboard notification emails"
notification_emails_description: "Enable sending dashboard notification emails to proposal's authors"
sdg: SDG
sdg_description: Enable Sustainable Development Goals sections in the administration menu and in the Global Settings.
remote_census:
general:
endpoint: "Endpoint"

View File

@@ -130,6 +130,8 @@ es:
dashboard:
notification_emails: "Emails del panel de progreso"
notification_emails_description: "Activar el envío de emails de notificaciones a los autores de las propuestas en la sección de panel de progreso"
sdg: ODS
sdg_description: Habilitar secciones relacionadas con Objetivos de Desarrollo Sostenible en el menú de administración y en la sección de Configuración Global.
remote_census:
general:
endpoint: "Endpoint"