mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Added quoteStyles
labs flag and toggle
refs https://github.com/TryGhost/Team/issues/1239 - we're experimenting with an additional quote style that can be toggled between using the toolbar quote button
This commit is contained in:
parent
8996bf62a2
commit
6d72325867
@ -69,6 +69,7 @@ export default Service.extend({
|
||||
audioCard: feature('audioCard', {developer: true}),
|
||||
videoCard: feature('videoCard', {developer: true}),
|
||||
productCard: feature('productCard', {developer: true}),
|
||||
quoteStyles: feature('quoteStyles', {developer: true}),
|
||||
|
||||
_user: null,
|
||||
|
||||
|
@ -456,6 +456,19 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
<h4 class="gh-expandable-title">Cardmageddon - Quote styles</h4>
|
||||
<p class="gh-expandable-description">
|
||||
Toggle through quote styles by clicking the quote toolbar icon
|
||||
</p>
|
||||
</div>
|
||||
<div class="for-switch">
|
||||
<GhFeatureFlag @flag="quoteStyles" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
Loading…
Reference in New Issue
Block a user