0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

Added the tweetGridCard feature flag

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

- developer flag for enabling tweet grid cards in the card menus
This commit is contained in:
Thibaut Patel 2021-12-08 10:03:04 +01:00
parent cb86c06504
commit 62988fe1db

View file

@ -42,6 +42,7 @@ const ALPHA_FEATURES = [
'productCard',
'quoteStyles',
'beforeAfterCard',
'tweetGridCard',
'richTwitterNewsletters'
];