Hello, You can achieve it like this
It will override the logo url to /latest
.
<script type="text/discourse-plugin" version="1.3.0">
api.changeWidgetSetting('home-logo', 'href', '/latest')
</script>
Hello, You can achieve it like this
It will override the logo url to /latest
.
<script type="text/discourse-plugin" version="1.3.0">
api.changeWidgetSetting('home-logo', 'href', '/latest')
</script>