mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 07:09:48 +03:00
Added accordion card alpha flag in labs
refs https://github.com/TryGhost/Team/issues/1209
This commit is contained in:
parent
5183ea41ca
commit
e6a1f651ed
@ -62,6 +62,7 @@ export default Service.extend({
|
|||||||
buttonCard: feature('buttonCard', {developer: true}),
|
buttonCard: feature('buttonCard', {developer: true}),
|
||||||
calloutCard: feature('calloutCard', {developer: true}),
|
calloutCard: feature('calloutCard', {developer: true}),
|
||||||
nftCard: feature('nftCard', {developer: true}),
|
nftCard: feature('nftCard', {developer: true}),
|
||||||
|
accordionCard: feature('accordionCard', {developer: true}),
|
||||||
|
|
||||||
_user: null,
|
_user: null,
|
||||||
|
|
||||||
|
@ -365,6 +365,19 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Loading…
Reference in New Issue
Block a user