I am able to update settings in the admin panel, and the router.settings is refreshed by virtue of the changed listener in listeners.js (PS there is a TODO on line 17 that should prob be done).
However there is no way to programatically update a setting server side by means of the api.bd.settings.udpate api, with the router.settings being refreshed.
I was thinking, like we have a getSetting utility, we could create a setSetting utility which would make the update and refresh the router.settings
I am able to update settings in the admin panel, and the
router.settingsis refreshed by virtue of thechangedlistener inlisteners.js(PS there is a TODO on line 17 that should prob be done).However there is no way to programatically update a setting server side by means of the
api.bd.settings.udpateapi, with therouter.settingsbeing refreshed.I was thinking, like we have a
getSettingutility, we could create asetSettingutility which would make the update and refresh therouter.settings