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:
parent
f442398239
commit
b627516088
3 changed files with 1 additions and 16 deletions
|
@ -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;
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -34,7 +34,6 @@ const BETA_FEATURES = [
|
|||
|
||||
const ALPHA_FEATURES = [
|
||||
'urlCache',
|
||||
'mediaInliner',
|
||||
'lexicalEditor',
|
||||
'websockets',
|
||||
'webmentionEmails',
|
||||
|
|
Loading…
Add table
Reference in a new issue