mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +03:00
Updated portal initilization and multiple newsletter handling (#14803)
- portal now uses content API to load site data - handles auto unsubscribe for multiple newsletters - design refinements - more test coverage - better fixtures
This commit is contained in:
parent
f321ff2760
commit
e44d089dbe
@ -128,8 +128,8 @@
|
||||
"emailAnalytics": true
|
||||
},
|
||||
"portal": {
|
||||
"url": "https://unpkg.com/@tryghost/portal@~1.22.0/umd/portal.min.js",
|
||||
"version": "1.20"
|
||||
"url": "https://unpkg.com/@tryghost/portal@~2.0.0/umd/portal.min.js",
|
||||
"version": "2.0"
|
||||
},
|
||||
"tenor": {
|
||||
"publicReadOnlyApiKey": null,
|
||||
|
Loading…
Reference in New Issue
Block a user