0
Fork 0
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:
Kevin Ansfield 2022-07-04 14:07:41 +02:00
parent 4e539137be
commit 46669c7036

View file

@ -25,7 +25,8 @@ const BETA_FEATURES = [
const ALPHA_FEATURES = [
'urlCache',
'beforeAfterCard',
'sodoSearch'
'sodoSearch',
'comments'
];
module.exports.GA_KEYS = [...GA_FEATURES];