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

Removed quoteStyles flag

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

- alternative blockquote style feature is no longer behind the flag in Admin so we no longer need the flag server-side
This commit is contained in:
Kevin Ansfield 2021-12-08 15:21:41 +00:00
parent d6e6f2e4be
commit b3a57f702b

View file

@ -41,7 +41,6 @@ const ALPHA_FEATURES = [
'audioCard',
'videoCard',
'productCard',
'quoteStyles',
'beforeAfterCard',
'tweetGridCard'
];