0
Fork 0
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:
Rish 2020-09-08 20:48:57 +05:30
parent e3a0bb535f
commit 3c7a95aefa

View file

@ -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