Added buttonCard feature flag

no issue

- developer flag for enabling button cards in the card menus
This commit is contained in:
Kevin Ansfield 2021-11-08 15:46:46 +00:00
parent c6f1bbc918
commit fd3f879ea8
2 changed files with 14 additions and 0 deletions

View File

@ -60,6 +60,7 @@ export default Service.extend({
membersAutoLogin: feature('membersAutoLogin', {developer: true}),
mediaAPI: feature('mediaAPI', {developer: true}),
filesAPI: feature('filesAPI', {developer: true}),
buttonCard: feature('buttonCard', {developer: true}),
_user: null,

View File

@ -326,6 +326,19 @@
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Cardmageddon - Button</h4>
<p class="gh-expandable-description">
Card for adding clicky things with urls
</p>
</div>
<div class="for-switch">
<GhFeatureFlag @flag="buttonCard" />
</div>
</div>
</div>
</div>
</div>
{{/if}}