mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Added comments labs flag
no issue - alpha flag for commenting system
This commit is contained in:
parent
4e539137be
commit
46669c7036
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ const BETA_FEATURES = [
|
|||
const ALPHA_FEATURES = [
|
||||
'urlCache',
|
||||
'beforeAfterCard',
|
||||
'sodoSearch'
|
||||
'sodoSearch',
|
||||
'comments'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
|
Loading…
Add table
Reference in a new issue