Cleaned up audioCard labs flag

refs https://github.com/TryGhost/Team/issues/1258

- removed labs flag and conditionals
This commit is contained in:
Kevin Ansfield 2022-01-04 13:08:50 +00:00
parent f118b78113
commit 6c18628b8b
3 changed files with 0 additions and 15 deletions

View File

@ -56,7 +56,6 @@ export default Service.extend({
mediaAPI: feature('mediaAPI'),
filesAPI: feature('filesAPI'),
fileCard: feature('fileCard'),
audioCard: feature('audioCard'),
beforeAfterCard: feature('beforeAfterCard'),
tweetGridCard: feature('tweetGridCard'),
headerCard: feature('headerCard'),

View File

@ -352,19 +352,6 @@
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Cardmageddon - Audio</h4>
<p class="gh-expandable-description">
Add an audio file
</p>
</div>
<div class="for-switch">
<GhFeatureFlag @flag="audioCard" />
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>

View File

@ -223,7 +223,6 @@ export const CARD_MENU = [
matches: ['audio'],
type: 'card',
replaceArg: 'audio',
isAvailable: 'feature.audioCard',
payload: {
triggerBrowse: true
}