Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ const features: Feature[] = [{
title: 'Import Member Tier',
description: 'Enables tier to be specified when importing members',
flag: 'importMemberTier'
}, {
title: 'CSV Content Importer',
description: 'Enables importing posts from CSV files in the Universal Importer',
flag: 'csvContentImporter'
}, {
title: 'Admin UI Refresh',
description: 'Enable Admin UI refresh (exploration)',
Expand Down
1 change: 1 addition & 0 deletions ghost/core/core/shared/labs.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const PRIVATE_FEATURES = [
'automations',
'stripeAutomaticTax',
'importMemberTier',
'csvContentImporter',
'urlCache',
'lexicalIndicators',
'adminUIRefresh',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Object {
"automations": true,
"commentsPinning": true,
"commentsThreads": true,
"csvContentImporter": true,
"customFonts": true,
"dangerZoneResetAuth": true,
"editorExcerpt": true,
Expand Down
Loading