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

Added membersActivityFeed alpha labs flag

refs https://github.com/TryGhost/Team/issues/1277

- used for prototyping a separate activity feed screen that can show all members activity, combining the events shown in the dashboard with the email events shown on the member screen
This commit is contained in:
Kevin Ansfield 2022-01-17 12:23:29 +00:00
parent da1d178768
commit d77948540a

View file

@ -30,7 +30,8 @@ const ALPHA_FEATURES = [
'cardSettingsPanel',
'urlCache',
'beforeAfterCard',
'tweetGridCard'
'tweetGridCard',
'membersActivityFeed'
];
module.exports.GA_KEYS = [...GA_FEATURES];