mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Added members support address to site data
refs https://github.com/TryGhost/members.js/issues/90 - Includes new members_support_address in member site data endpoint for Portal
This commit is contained in:
parent
e3a0bb535f
commit
3c7a95aefa
1 changed files with 2 additions and 1 deletions
|
@ -107,7 +107,8 @@ const getMemberSiteData = async function (req, res) {
|
|||
portal_plans: settingsCache.get('portal_plans'),
|
||||
portal_button_icon: settingsCache.get('portal_button_icon'),
|
||||
portal_button_signup_text: settingsCache.get('portal_button_signup_text'),
|
||||
portal_button_style: settingsCache.get('portal_button_style')
|
||||
portal_button_style: settingsCache.get('portal_button_style'),
|
||||
members_support_address: settingsCache.get('members_support_address')
|
||||
};
|
||||
|
||||
// accent_color is currently an experimental feature
|
||||
|
|
Loading…
Add table
Reference in a new issue