mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Added newsletter preference selection to Portal signup flows
refs https://github.com/TryGhost/Team/issues/1490 - adds intermediary newsletter pref selection page to signup flows in case a site has multiple newsletters - for members signing up as free via magic link - for members signing up as paid via stripe checkout - for members signing up as paid via offer url
This commit is contained in:
parent
c6da6afc9e
commit
00e5e87d4b
1 changed files with 2 additions and 2 deletions
|
@ -128,8 +128,8 @@
|
|||
"emailAnalytics": true
|
||||
},
|
||||
"portal": {
|
||||
"url": "https://unpkg.com/@tryghost/portal@~1.19.0/umd/portal.min.js",
|
||||
"version": "1.19"
|
||||
"url": "https://unpkg.com/@tryghost/portal@~1.20.0/umd/portal.min.js",
|
||||
"version": "1.20"
|
||||
},
|
||||
"tenor": {
|
||||
"publicReadOnlyApiKey": null,
|
||||
|
|
Loading…
Add table
Reference in a new issue