mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Added the "selectablePortalLinks" feature flag
refs https://github.com/TryGhost/Team/issues/1096
This commit is contained in:
parent
e8a01142bc
commit
899c078816
@ -96,6 +96,9 @@ export default class FeatureService extends Service {
|
||||
@feature('membersLastSeenFilter')
|
||||
membersLastSeenFilter;
|
||||
|
||||
@feature('selectablePortalLinks')
|
||||
selectablePortalLinks;
|
||||
|
||||
_user = null;
|
||||
|
||||
@computed('settings.labs')
|
||||
|
@ -378,6 +378,19 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
<h4 class="gh-expandable-title">Selectable portal links</h4>
|
||||
<p class="gh-expandable-description">
|
||||
Allow users to copy the full paths in portal settings
|
||||
</p>
|
||||
</div>
|
||||
<div class="for-switch">
|
||||
<GhFeatureFlag @flag="selectablePortalLinks" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
Loading…
Reference in New Issue
Block a user