From: Stephen Cameron Date: Wed, 11 Sep 2019 16:22:12 +0000 (+0200) Subject: Enable team feature for about us page. The section will only show when there is conte... X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f1fb2e5bca0e6ea593f6bb570b3322c33afdbdd8;p=pmi.git Enable team feature for about us page. The section will only show when there is content added. WIP #2737 --- 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