0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Added calloutCard labs flag

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

- flag for editor callout card development
This commit is contained in:
Thibaut Patel 2021-11-08 17:11:35 +01:00
parent 4d54337a65
commit aebd042d1a

View file

@ -32,7 +32,8 @@ const ALPHA_FEATURES = [
'mediaAPI',
'filesAPI',
'membersAutoLogin',
'buttonCard'
'buttonCard',
'calloutCard'
];
module.exports.GA_KEYS = [...GA_FEATURES];