mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Added gifsCard
labs flag
refs https://github.com/TryGhost/Team/issues/1217 - labs flag for adding a gif selector in a similar fashion to our Unsplash image selector
This commit is contained in:
parent
50b51e222c
commit
4b78586ad1
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ const ALPHA_FEATURES = [
|
|||
'buttonCard',
|
||||
'calloutCard',
|
||||
'nftCard',
|
||||
'accordionCard'
|
||||
'accordionCard',
|
||||
'gifsCard'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
|
Loading…
Add table
Reference in a new issue