0
Fork 0
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:
Daniel Lockyer 2021-12-17 12:20:10 +01:00
parent a35be11bff
commit 3eabc6ca35
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

@ -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];