diff --git a/ghost/admin/app/components/gh-koenig-editor.hbs b/ghost/admin/app/components/gh-koenig-editor.hbs index 119a2e7757..f7ed95ebd7 100644 --- a/ghost/admin/app/components/gh-koenig-editor.hbs +++ b/ghost/admin/app/components/gh-koenig-editor.hbs @@ -5,18 +5,16 @@ {{on "mousedown" this.trackMousedown}} {{on "mouseup" this.focusEditor}} > - {{#if (feature "featureImageMeta")}} - - {{/if}} + {{capitalize this.post.displayName}} settings
- {{#unless (feature "featureImageMeta")}} - - {{/unless}}
diff --git a/ghost/admin/app/components/gh-post-settings-menu.hbs b/ghost/admin/app/components/gh-post-settings-menu.hbs index b0741e313b..79d0f01f5f 100644 --- a/ghost/admin/app/components/gh-post-settings-menu.hbs +++ b/ghost/admin/app/components/gh-post-settings-menu.hbs @@ -8,15 +8,6 @@
- {{#unless (feature "featureImageMeta")}} - - {{/unless}}
diff --git a/ghost/admin/app/services/feature.js b/ghost/admin/app/services/feature.js index 3c94aa03f4..d4e9fbc8bd 100644 --- a/ghost/admin/app/services/feature.js +++ b/ghost/admin/app/services/feature.js @@ -55,7 +55,6 @@ export default Service.extend({ launchComplete: feature('launchComplete', {user: true}), matchHelper: feature('matchHelper'), multipleProducts: feature('multipleProducts', {developer: true}), - featureImageMeta: feature('featureImageMeta', {developer: true}), psmRedesign: feature('psmRedesign', {developer: true}), _user: null, diff --git a/ghost/admin/app/templates/settings/labs.hbs b/ghost/admin/app/templates/settings/labs.hbs index cbe4c4b890..1f7508678d 100644 --- a/ghost/admin/app/templates/settings/labs.hbs +++ b/ghost/admin/app/templates/settings/labs.hbs @@ -267,19 +267,6 @@
-
-
-
-

Feature image redesign with caption support

-

- Moves feature image uploader to top of editor screen and adds alt/caption input. -

-
-
- -
-
-