mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
✨ Added header card to editor
refs https://github.com/TryGhost/Team/issues/1253 - moves the header card flag to GA for public release
This commit is contained in:
parent
a35be11bff
commit
3eabc6ca35
1 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,8 @@ const GA_FEATURES = [
|
|||
'mediaAPI',
|
||||
'membersAutoLogin',
|
||||
'filesAPI',
|
||||
'fileCard'
|
||||
'fileCard',
|
||||
'headerCard'
|
||||
];
|
||||
|
||||
// NOTE: this allowlist is meant to be used to filter out any unexpected
|
||||
|
@ -42,8 +43,7 @@ const ALPHA_FEATURES = [
|
|||
'cardSettingsPanel',
|
||||
'urlCache',
|
||||
'beforeAfterCard',
|
||||
'tweetGridCard',
|
||||
'headerCard'
|
||||
'tweetGridCard'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
|
Loading…
Add table
Reference in a new issue