mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Added calloutCard
feature flag
refs https://github.com/TryGhost/Team/issues/1205 - developer flag for enabling callout cards in the card menus
This commit is contained in:
parent
9aa1ac6cdb
commit
7829ea149d
@ -61,6 +61,7 @@ export default Service.extend({
|
||||
mediaAPI: feature('mediaAPI', {developer: true}),
|
||||
filesAPI: feature('filesAPI', {developer: true}),
|
||||
buttonCard: feature('buttonCard', {developer: true}),
|
||||
calloutCard: feature('calloutCard', {developer: true}),
|
||||
|
||||
_user: null,
|
||||
|
||||
|
@ -339,6 +339,19 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
<h4 class="gh-expandable-title">Cardmageddon - Callout</h4>
|
||||
<p class="gh-expandable-description">
|
||||
Card for info boxes that stand out
|
||||
</p>
|
||||
</div>
|
||||
<div class="for-switch">
|
||||
<GhFeatureFlag @flag="calloutCard" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
Loading…
Reference in New Issue
Block a user