mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
✨ Pass clientExtensions to Ghost Admin (#8617)
no issue - pass through this additional config if it exists
This commit is contained in:
parent
79e4b08f0e
commit
117aeaa61d
@ -30,7 +30,8 @@ function getBaseConfig() {
|
||||
publicAPI: config.get('publicAPI') === true,
|
||||
blogUrl: utils.url.urlFor('home', true),
|
||||
blogTitle: settingsCache.get('title'),
|
||||
routeKeywords: config.get('routeKeywords')
|
||||
routeKeywords: config.get('routeKeywords'),
|
||||
clientExtensions: config.get('clientExtensions')
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user