Added accordion card alpha flag in labs

refs https://github.com/TryGhost/Team/issues/1209
This commit is contained in:
Rishabh 2021-11-09 19:13:23 +05:30
parent 5183ea41ca
commit e6a1f651ed
2 changed files with 14 additions and 0 deletions

View File

@ -62,6 +62,7 @@ export default Service.extend({
buttonCard: feature('buttonCard', {developer: true}),
calloutCard: feature('calloutCard', {developer: true}),
nftCard: feature('nftCard', {developer: true}),
accordionCard: feature('accordionCard', {developer: true}),
_user: null,

View File

@ -365,6 +365,19 @@
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Cardmageddon - Accordion</h4>
<p class="gh-expandable-description">
Card for adding collapsible content
</p>
</div>
<div class="for-switch">
<GhFeatureFlag @flag="accordionCard" />
</div>
</div>
</div>
</div>
</div>
{{/if}}