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:
parent
b19bb35aca
commit
2c5643623d
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ const ALPHA_FEATURES = [
|
||||||
'tierWelcomePages',
|
'tierWelcomePages',
|
||||||
'tierName',
|
'tierName',
|
||||||
'membersTableStatus',
|
'membersTableStatus',
|
||||||
'membersLastSeenFilter'
|
'membersLastSeenFilter',
|
||||||
|
'selectablePortalLinks'
|
||||||
];
|
];
|
||||||
|
|
||||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||||
|
|
Loading…
Add table
Reference in a new issue