Added productCard labs flag

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

- flag for the product card development
This commit is contained in:
Thibaut Patel 2021-11-22 11:46:28 +01:00
parent 9e513f334a
commit 3a6efc73b3

View File

@ -40,7 +40,8 @@ const ALPHA_FEATURES = [
'gifsCard',
'fileCard',
'audioCard',
'videoCard'
'videoCard',
'productCard'
];
module.exports.GA_KEYS = [...GA_FEATURES];