mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
parent
17dec5a749
commit
a398067159
2 changed files with 6 additions and 1 deletions
|
@ -59,6 +59,10 @@ const features = [{
|
|||
title: 'AdminX Demo',
|
||||
description: 'Adds a navigation link to the AdminX demo app',
|
||||
flag: 'adminXDemo'
|
||||
},{
|
||||
title: 'TK Reminders',
|
||||
description: 'Enables the TK Reminders feature in the editor',
|
||||
flag: 'tkReminders'
|
||||
}];
|
||||
|
||||
const AlphaFeatures: React.FC = () => {
|
||||
|
|
|
@ -48,7 +48,8 @@ const ALPHA_FEATURES = [
|
|||
'editorEmojiPicker',
|
||||
'adminXOffers',
|
||||
'filterEmailDisabled',
|
||||
'adminXDemo'
|
||||
'adminXDemo',
|
||||
'tkReminders'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
|
Loading…
Add table
Reference in a new issue