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:
parent
4d54337a65
commit
aebd042d1a
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ const ALPHA_FEATURES = [
|
|||
'mediaAPI',
|
||||
'filesAPI',
|
||||
'membersAutoLogin',
|
||||
'buttonCard'
|
||||
'buttonCard',
|
||||
'calloutCard'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
|
Loading…
Add table
Reference in a new issue