mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 05:14:12 +03:00
Added feature flag for cardless trials
refs https://github.com/TryGhost/Team/issues/1727 - adds alpha flag to toggle cardless trials via expiring complimentary subscriptions
This commit is contained in:
parent
704f17ff96
commit
c123fdf5da
@ -30,7 +30,8 @@ const ALPHA_FEATURES = [
|
|||||||
'beforeAfterCard',
|
'beforeAfterCard',
|
||||||
'freeTrial',
|
'freeTrial',
|
||||||
'memberAttribution',
|
'memberAttribution',
|
||||||
'searchHelper'
|
'searchHelper',
|
||||||
|
'compExpiring'
|
||||||
];
|
];
|
||||||
|
|
||||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||||
|
Loading…
Reference in New Issue
Block a user