mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Cleaned up videoCard
labs flag
refs https://github.com/TryGhost/Team/issues/1258 - removed labs flag and conditionals
This commit is contained in:
parent
7a270de050
commit
a9a82107ed
@ -58,7 +58,6 @@ export default Service.extend({
|
||||
accordionCard: feature('accordionCard'),
|
||||
fileCard: feature('fileCard'),
|
||||
audioCard: feature('audioCard'),
|
||||
videoCard: feature('videoCard'),
|
||||
productCard: feature('productCard'),
|
||||
beforeAfterCard: feature('beforeAfterCard'),
|
||||
richTwitterNewsletters: feature('richTwitterNewsletters'),
|
||||
|
@ -352,19 +352,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
<h4 class="gh-expandable-title">Cardmageddon - Video</h4>
|
||||
<p class="gh-expandable-description">
|
||||
Add a video file
|
||||
</p>
|
||||
</div>
|
||||
<div class="for-switch">
|
||||
<GhFeatureFlag @flag="videoCard" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
|
@ -215,8 +215,7 @@ export const CARD_MENU = [
|
||||
replaceArg: 'video',
|
||||
payload: {
|
||||
triggerBrowse: true
|
||||
},
|
||||
isAvailable: 'feature.videoCard'
|
||||
}
|
||||
},
|
||||
{
|
||||
label: 'Audio',
|
||||
|
Loading…
Reference in New Issue
Block a user