Moved signup form embed to the membership settings

refs https://github.com/TryGhost/Team/issues/3340
This commit is contained in:
Simon Backx 2023-06-02 10:15:08 +02:00
parent 9ff9906670
commit f00b788e6a
3 changed files with 5 additions and 5 deletions

View File

@ -142,8 +142,4 @@
{{/unless}}
</div>
</section>
{{#if (feature "signupForm")}}
<Settings::SignupFormEmbed />
{{/if}}
{{/if}}

View File

@ -4,7 +4,7 @@
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Embeddable Signup Form</h4>
<h4 class="gh-expandable-title">Embed a signup form</h4>
<p class="gh-expandable-description">Grow your audience from anywhere on the web</p>
</div>
<button type="button" class="gh-btn" {{on "click" this.open}}>

View File

@ -166,6 +166,10 @@
</div>
</section>
{{#if (feature "signupForm")}}
<Settings::SignupFormEmbed />
{{/if}}
{{#if this.showPortalSettings}}
<GhFullscreenModal
@modal="portal-settings"