mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Updated signup notice setting in Portal settings
Refs https://github.com/TryGhost/Team/issues/2897
This commit is contained in:
parent
ba8f082d41
commit
bdaa992ced
1 changed files with 3 additions and 3 deletions
|
@ -263,17 +263,17 @@
|
|||
|
||||
{{#if (feature "makingItRain")}}
|
||||
<GhFormGroup class="gh-stack-item">
|
||||
<label class="modal-fullsettings-title">Signup terms</label>
|
||||
<label class="modal-fullsettings-title">Notice on signup</label>
|
||||
<KoenigBasicHtmlInput
|
||||
@name="footer"
|
||||
@html={{this.settings.portalSignupTermsHtml}}
|
||||
@class="miw-100 form-text gh-members-emailsettings-footer-input"
|
||||
@onChange={{action "setTermsHtml"}}
|
||||
/>
|
||||
<p>Any extra information or legal text</p>
|
||||
<p>Select any text to add a link</p>
|
||||
</GhFormGroup>
|
||||
|
||||
<GhFormGroup class="gh-members-subscribed-checkbox gh-portal-setting-first mb0 b--whitegrey">
|
||||
<GhFormGroup class="gh-members-subscribed-checkbox gh-portal-setting-first mb0 b--whitegrey space-l">
|
||||
<div class="flex justify-between items-center">
|
||||
<h4 class="gh-portal-setting-title">Require agreement</h4>
|
||||
<div class="for-switch small">
|
||||
|
|
Loading…
Add table
Reference in a new issue