mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Cleaned up mediaAPI
labs flag
refs https://github.com/TryGhost/Team/issues/1258 - removed labs flag and toggle UI as feature is GA
This commit is contained in:
parent
6c18628b8b
commit
06c7997ad9
@ -53,7 +53,6 @@ export default Service.extend({
|
||||
cardSettingsPanel: feature('cardSettingsPanel'),
|
||||
membersAutoLogin: feature('membersAutoLogin'),
|
||||
urlCache: feature('urlCache'),
|
||||
mediaAPI: feature('mediaAPI'),
|
||||
filesAPI: feature('filesAPI'),
|
||||
fileCard: feature('fileCard'),
|
||||
beforeAfterCard: feature('beforeAfterCard'),
|
||||
|
@ -300,19 +300,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
<h4 class="gh-expandable-title">Media API</h4>
|
||||
<p class="gh-expandable-description">
|
||||
Enable media file uploads API
|
||||
</p>
|
||||
</div>
|
||||
<div class="for-switch">
|
||||
<GhFeatureFlag @flag="mediaAPI" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
|
Loading…
Reference in New Issue
Block a user