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:
parent
5b3f82dda2
commit
0fbec65a6e
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ const ALPHA_FEATURES = [
|
|||
'videoCard',
|
||||
'productCard',
|
||||
'beforeAfterCard',
|
||||
'tweetGridCard'
|
||||
'tweetGridCard',
|
||||
'headerCard'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
|
Loading…
Add table
Reference in a new issue