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:
Kevin Ansfield 2021-11-24 16:36:44 +00:00
parent 8996bf62a2
commit 6d72325867
2 changed files with 14 additions and 0 deletions

View File

@ -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,

View File

@ -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}}