mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Added welcome page input field to edit tier modal
refs https://github.com/TryGhost/Team/issues/1168
This commit is contained in:
parent
bbf1f38703
commit
88e71dec6c
1 changed files with 9 additions and 0 deletions
|
@ -134,6 +134,15 @@
|
|||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<h4 class="gh-main-section-header small bn">Advanced</h4>
|
||||
<div class="gh-main-section-content grey gh-product-priceform-block">
|
||||
<GhFormGroup>
|
||||
<label for="" class="fw6">Welcome page</label>
|
||||
<GhTextInput
|
||||
@class="gh-input" />
|
||||
<p>Redirect to this URL after signup for premium membership</p>
|
||||
</GhFormGroup>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-main-section-block gh-product-form-tierpreview">
|
||||
<div class="gh-product-form-tierpreview-content">
|
||||
|
|
Loading…
Add table
Reference in a new issue