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:
parent
1a9705b824
commit
b690fce219
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ const BETA_FEATURES = [
|
|||
|
||||
const ALPHA_FEATURES = [
|
||||
'oauthLogin',
|
||||
'membersActivity'
|
||||
'membersActivity',
|
||||
'cardSettingsPanel'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
|
Loading…
Add table
Reference in a new issue