mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Moved signup form embed to the membership settings
refs https://github.com/TryGhost/Team/issues/3340
This commit is contained in:
parent
9ff9906670
commit
f00b788e6a
@ -142,8 +142,4 @@
|
|||||||
{{/unless}}
|
{{/unless}}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{{#if (feature "signupForm")}}
|
|
||||||
<Settings::SignupFormEmbed />
|
|
||||||
{{/if}}
|
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<div class="gh-expandable-block">
|
<div class="gh-expandable-block">
|
||||||
<div class="gh-expandable-header">
|
<div class="gh-expandable-header">
|
||||||
<div>
|
<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>
|
<p class="gh-expandable-description">Grow your audience from anywhere on the web</p>
|
||||||
</div>
|
</div>
|
||||||
<button type="button" class="gh-btn" {{on "click" this.open}}>
|
<button type="button" class="gh-btn" {{on "click" this.open}}>
|
||||||
|
@ -166,6 +166,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
{{#if (feature "signupForm")}}
|
||||||
|
<Settings::SignupFormEmbed />
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
{{#if this.showPortalSettings}}
|
{{#if this.showPortalSettings}}
|
||||||
<GhFullscreenModal
|
<GhFullscreenModal
|
||||||
@modal="portal-settings"
|
@modal="portal-settings"
|
||||||
|
Loading…
Reference in New Issue
Block a user