0
Fork 0
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:
Thibaut Patel 2021-11-22 11:46:28 +01:00
parent 9e513f334a
commit 3a6efc73b3

View file

@ -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];