Merge pull request #2761 from thelounge/mcinkay/plugins/server-options
Add server config api
This commit is contained in:
commit
21cb4dca1e
@ -20,6 +20,9 @@ const packageApis = function(packageName) {
|
|||||||
Stylesheets: {
|
Stylesheets: {
|
||||||
addFile: addStylesheet.bind(this, packageName),
|
addFile: addStylesheet.bind(this, packageName),
|
||||||
},
|
},
|
||||||
|
Config: {
|
||||||
|
getConfig: () => Helper.config,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user