Possibile cambiare l'URL del logo principale?

Nel mio community l’ho fatto così, aggiungendolo a un componente del tema:

<script type="text/discourse-plugin" version="0.8">
  api.changeWidgetSetting('home-logo', 'href', 'https://mywebsite.com');
</script>
10 Mi Piace