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

Added cardSettingsPanel labs flag

no issue

- used to toggle editor UI experiments/exploration for cards with settings
This commit is contained in:
Kevin Ansfield 2021-11-02 09:55:55 +00:00
parent 1a9705b824
commit b690fce219

View file

@ -28,7 +28,8 @@ const BETA_FEATURES = [
const ALPHA_FEATURES = [
'oauthLogin',
'membersActivity'
'membersActivity',
'cardSettingsPanel'
];
module.exports.GA_KEYS = [...GA_FEATURES];