Cleaned up filesAPI 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:
Kevin Ansfield 2022-01-04 14:55:39 +00:00
parent f40bff35de
commit 29324f1a24
2 changed files with 0 additions and 14 deletions

View File

@ -52,7 +52,6 @@ export default Service.extend({
membersActivity: feature('membersActivity'),
cardSettingsPanel: feature('cardSettingsPanel'),
urlCache: feature('urlCache'),
filesAPI: feature('filesAPI'),
fileCard: feature('fileCard'),
beforeAfterCard: feature('beforeAfterCard'),
tweetGridCard: feature('tweetGridCard'),

View File

@ -287,19 +287,6 @@
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Files API</h4>
<p class="gh-expandable-description">
Enable file uploads API
</p>
</div>
<div class="for-switch">
<GhFeatureFlag @flag="filesAPI" />
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>