mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Added productCard
labs flag
refs https://github.com/TryGhost/Team/issues/1233 - flag for the product card development
This commit is contained in:
parent
9e513f334a
commit
3a6efc73b3
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ const ALPHA_FEATURES = [
|
||||||
'gifsCard',
|
'gifsCard',
|
||||||
'fileCard',
|
'fileCard',
|
||||||
'audioCard',
|
'audioCard',
|
||||||
'videoCard'
|
'videoCard',
|
||||||
|
'productCard'
|
||||||
];
|
];
|
||||||
|
|
||||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||||
|
|
Loading…
Add table
Reference in a new issue