diff --git a/ghost/admin/app/components/koenig-lexical-editor.js b/ghost/admin/app/components/koenig-lexical-editor.js index 77e48e0f4a..8f0c66c694 100644 --- a/ghost/admin/app/components/koenig-lexical-editor.js +++ b/ghost/admin/app/components/koenig-lexical-editor.js @@ -323,8 +323,10 @@ export default class KoenigLexicalEditor extends Component { fetchLabels, feature: { collectionsCard: this.feature.get('collectionsCard'), - collections: this.feature.get('collections'), - headerV2: this.feature.get('headerUpgrade') + collections: this.feature.get('collections') + }, + depreciated: { + headerV1: true // if false, shows header v1 in the menu }, membersEnabled: this.settings.get('membersSignupAccess') === 'all', siteTitle: this.settings.title, diff --git a/ghost/admin/app/services/feature.js b/ghost/admin/app/services/feature.js index 78ecbb6fe2..1eef449923 100644 --- a/ghost/admin/app/services/feature.js +++ b/ghost/admin/app/services/feature.js @@ -75,7 +75,6 @@ export default class FeatureService extends Service { @feature('adminXSettings') adminXSettings; @feature('mailEvents') mailEvents; @feature('collectionsCard') collectionsCard; - @feature('headerUpgrade') headerUpgrade; @feature('importMemberTier') importMemberTier; @feature('tipsAndDonations') tipsAndDonations; @feature('convertToLexical') convertToLexical; diff --git a/ghost/admin/app/templates/settings/labs.hbs b/ghost/admin/app/templates/settings/labs.hbs index f7d00683ff..1532ec3fa2 100644 --- a/ghost/admin/app/templates/settings/labs.hbs +++ b/ghost/admin/app/templates/settings/labs.hbs @@ -325,20 +325,6 @@ -
-