From f1fb2e5bca0e6ea593f6bb570b3322c33afdbdd8 Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Wed, 11 Sep 2019 18:22:12 +0200 Subject: [PATCH] Enable team feature for about us page. The section will only show when there is content added. WIP #2737 --- .env.production | 2 +- .env.staging | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 86ca6d2..c065b1e 100644 --- a/.env.production +++ b/.env.production @@ -58,6 +58,6 @@ FEATURE_QUOTE=true FEATURE_NEWS=true FEATURE_SEARCH=true FEATURE_I18N=false -FEATURE_TEAM=false +FEATURE_TEAM=true FEATURE_CLIENTS=true FEATURE_PARTNERS=true diff --git a/.env.staging b/.env.staging index e29a749..b9bfe3a 100644 --- a/.env.staging +++ b/.env.staging @@ -57,7 +57,7 @@ FEATURE_QUOTE=true FEATURE_NEWS=true FEATURE_SEARCH=true FEATURE_I18N=false -FEATURE_TEAM=false +FEATURE_TEAM=true FEATURE_CLIENTS=true FEATURE_PARTNERS=true -- 2.39.5