Added content visibility feature flag (#20371)
ref MOM-221 - added new feature flag for content visibility.
This commit is contained in:
parent
a00305c239
commit
63d912b2d8
@ -75,6 +75,10 @@ const features = [{
|
||||
title: 'Excerpt in newsletter',
|
||||
description: 'Showing excerpt in newsletter',
|
||||
flag: 'newsletterExcerpt'
|
||||
}, {
|
||||
title: 'Content Visibility',
|
||||
description: 'Enables content visibility in Emails',
|
||||
flag: 'contentVisibility'
|
||||
}];
|
||||
|
||||
const AlphaFeatures: React.FC = () => {
|
||||
|
@ -55,7 +55,8 @@ const ALPHA_FEATURES = [
|
||||
'lexicalIndicators',
|
||||
'adminXDemo',
|
||||
'internalLinkingAtLinks',
|
||||
'internalLinkingSearchImprovements'
|
||||
'internalLinkingSearchImprovements',
|
||||
'contentVisibility'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
Loading…
Reference in New Issue
Block a user