mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Added labs flag for file upload cards
refs https://github.com/TryGhost/Team/issues/1229 refs https://github.com/TryGhost/Team/issues/1230 refs https://github.com/TryGhost/Team/issues/1231
This commit is contained in:
parent
ab51ce09dc
commit
b59330c392
1 changed files with 4 additions and 1 deletions
|
@ -37,7 +37,10 @@ const ALPHA_FEATURES = [
|
|||
'calloutCard',
|
||||
'nftCard',
|
||||
'accordionCard',
|
||||
'gifsCard'
|
||||
'gifsCard',
|
||||
'fileCard',
|
||||
'audioCard',
|
||||
'videoCard'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
|
Loading…
Add table
Reference in a new issue