0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Removed mediaInliner labs flag

refs https://github.com/TryGhost/Toolbox/issues/524

- The 'mediaInliner' beta flag is not used for anything anymore, so there's no need to keep it around. The only surface of the feature is the `POST /db/media/inline` endpoint that will be used through internal tooling mostly and won't be accessible through the Admin UI.
This commit is contained in:
Naz 2023-03-14 22:13:04 +01:00
parent f442398239
commit b627516088
No known key found for this signature in database
3 changed files with 1 additions and 16 deletions

View file

@ -71,7 +71,6 @@ export default class FeatureService extends Service {
@feature('milestoneEmails') milestoneEmails;
@feature('websockets') websockets;
@feature('stripeAutomaticTax') stripeAutomaticTax;
@feature('mediaInliner') mediaInliner;
@feature('makingItRain') makingItRain;
_user = null;

View file

@ -265,25 +265,12 @@
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">External Media Inliner</h4>
<p class="gh-expandable-description">
Inline external media hotlinked in post's content.
</p>
</div>
<div class="for-switch">
<GhFeatureFlag @flag="mediaInliner" />
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Making it rain</h4>
<p class="gh-expandable-description">
Building momentum in the eyes of our publishers.
Building momentum in the eyes of our publishers.
</p>
</div>
<div class="for-switch">

View file

@ -34,7 +34,6 @@ const BETA_FEATURES = [
const ALPHA_FEATURES = [
'urlCache',
'mediaInliner',
'lexicalEditor',
'websockets',
'webmentionEmails',