mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-15 03:01:37 -05:00
Added mailgunIsConfigured prop to config API
refs #10318 This will replace the isConfig property attached to the bulk_email_settings
This commit is contained in:
parent
5e6a4f6f7d
commit
957cf9fd1d
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ module.exports = {
|
|||
labs: labs.getAll(),
|
||||
clientExtensions: config.get('clientExtensions') || {},
|
||||
enableDeveloperExperiments: config.get('enableDeveloperExperiments') || false,
|
||||
stripeDirect: config.get('stripeDirect')
|
||||
stripeDirect: config.get('stripeDirect'),
|
||||
mailgunIsConfigured: config.get('bulkEmail') && config.get('bulkEmail').mailgun
|
||||
};
|
||||
if (billingUrl) {
|
||||
response.billingUrl = billingUrl;
|
||||
|
|
Loading…
Add table
Reference in a new issue