¿Es posible cambiar la URL del logo principal?

Lo hice así en mi comunidad, agregándolo a un componente de tema:

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