mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Added buttonCard
feature flag
no issue - developer flag for enabling button cards in the card menus
This commit is contained in:
parent
c6f1bbc918
commit
fd3f879ea8
@ -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,
|
||||
|
||||
|
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user