mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Added cardSettingsPanel
labs flag
no issue - to be used for toggling UI experiments/exploration for cards with separate settings panels
This commit is contained in:
parent
6f506b3e30
commit
f9f3edd589
@ -57,6 +57,7 @@ export default Service.extend({
|
||||
oauthLogin: feature('oauthLogin', {developer: true}),
|
||||
customThemeSettings: feature('customThemeSettings'),
|
||||
membersActivity: feature('membersActivity', {developer: true}),
|
||||
cardSettingsPanel: feature('cardSettingsPanel', {developer: true}),
|
||||
|
||||
_user: null,
|
||||
|
||||
|
@ -287,6 +287,19 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
<h4 class="gh-expandable-title">Editor - Card settings panel</h4>
|
||||
<p class="gh-expandable-description">
|
||||
New UI pattern for cards that have settings separate to their content.
|
||||
</p>
|
||||
</div>
|
||||
<div class="for-switch">
|
||||
<GhFeatureFlag @flag="cardSettingsPanel" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
Loading…
Reference in New Issue
Block a user