mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +03:00
Cleaned up audioCard
labs flag
refs https://github.com/TryGhost/Team/issues/1258 - removed labs flag and conditionals
This commit is contained in:
parent
f118b78113
commit
6c18628b8b
@ -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'),
|
||||
|
@ -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>
|
||||
|
@ -223,7 +223,6 @@ export const CARD_MENU = [
|
||||
matches: ['audio'],
|
||||
type: 'card',
|
||||
replaceArg: 'audio',
|
||||
isAvailable: 'feature.audioCard',
|
||||
payload: {
|
||||
triggerBrowse: true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user