0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2024-12-30 22:34:01 -05:00

Removed commentImprovements labs flag

closes https://linear.app/ghost/issue/PLG-300

- we're not planning on making any more comments improvements behind this flag so it can be removed
- all conditionals using it have been cleaned up previously when feature went GA
This commit is contained in:
Kevin Ansfield 2024-12-19 13:06:07 +00:00
parent 1e9d09951e
commit 4a3626696e
4 changed files with 0 additions and 7 deletions

View file

@ -47,10 +47,6 @@ const features = [{
title: 'Content Visibility',
description: 'Enables content visibility in Emails',
flag: 'contentVisibility'
}, {
title: 'Comment Improvements',
description: 'Enables new comment features',
flag: 'commentImprovements'
}, {
title: 'Post analytics redesign',
description: 'Enables redesigned Post analytics page',

View file

@ -75,7 +75,6 @@ export default class FeatureService extends Service {
@feature('ActivityPub') ActivityPub;
@feature('editorExcerpt') editorExcerpt;
@feature('contentVisibility') contentVisibility;
@feature('commentImprovements') commentImprovements;
@feature('postsX') postsX;
_user = null;

View file

@ -52,7 +52,6 @@ const ALPHA_FEATURES = [
'collectionsCard',
'lexicalIndicators',
'adminXDemo',
'commentImprovements',
'postsX'
];

View file

@ -17,7 +17,6 @@ Object {
"audienceFeedback": true,
"collections": true,
"collectionsCard": true,
"commentImprovements": true,
"contentVisibility": true,
"customFonts": true,
"editorExcerpt": true,