0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Added tierName feature flag

refs https://github.com/TryGhost/Team/issues/1069
This commit is contained in:
Djordje Vlaisavljevic 2022-02-10 11:40:28 +01:00
parent 3681e1d86d
commit c308d00235

View file

@ -32,7 +32,8 @@ const ALPHA_FEATURES = [
'tweetGridCard',
'membersActivityFeed',
'improvedOnboarding',
'tierWelcomePages'
'tierWelcomePages',
'tierName'
];
module.exports.GA_KEYS = [...GA_FEATURES];