0
Fork 0
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:
Kevin Ansfield 2021-11-11 15:07:35 +00:00
parent 50b51e222c
commit 4b78586ad1

View file

@ -35,7 +35,8 @@ const ALPHA_FEATURES = [
'buttonCard',
'calloutCard',
'nftCard',
'accordionCard'
'accordionCard',
'gifsCard'
];
module.exports.GA_KEYS = [...GA_FEATURES];