Expose list of context stores to the editor

This commit is contained in:
Nick O'Leary
2018-07-03 14:17:42 +01:00
parent a1251371d7
commit c440a4c730
3 changed files with 39 additions and 27 deletions

View File

@@ -40,6 +40,8 @@ module.exports = {
})
}
safeSettings.context = runtime.nodes.listContextStores();
var themeSettings = theme.settings();
if (themeSettings) {
safeSettings.editorTheme = themeSettings;