0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Added the "selectablePortalLinks" feature flag

refs https://github.com/TryGhost/Team/issues/1096
This commit is contained in:
Djordje Vlaisavljevic 2022-02-21 16:46:15 +01:00
parent b19bb35aca
commit 2c5643623d

View file

@ -35,7 +35,8 @@ const ALPHA_FEATURES = [
'tierWelcomePages',
'tierName',
'membersTableStatus',
'membersLastSeenFilter'
'membersLastSeenFilter',
'selectablePortalLinks'
];
module.exports.GA_KEYS = [...GA_FEATURES];