0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Added headerCard labs flag

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

- setup for an editor card that lets you lay out a header title with background image
This commit is contained in:
Kevin Ansfield 2021-12-09 13:35:29 +00:00
parent 5b3f82dda2
commit 0fbec65a6e

View file

@ -42,7 +42,8 @@ const ALPHA_FEATURES = [
'videoCard',
'productCard',
'beforeAfterCard',
'tweetGridCard'
'tweetGridCard',
'headerCard'
];
module.exports.GA_KEYS = [...GA_FEATURES];