You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2024/03/22 05:13:27 UTC

(superset) branch master updated: chore(docs): clarifying doc comments about LOGO_TARGET_PATH (#27579)

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new ec6bfcbaa0 chore(docs): clarifying doc comments about LOGO_TARGET_PATH (#27579)
ec6bfcbaa0 is described below

commit ec6bfcbaa010caf58420bab0484c4d68db6bdc2b
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Thu Mar 21 23:13:21 2024 -0600

    chore(docs): clarifying doc comments about LOGO_TARGET_PATH (#27579)
---
 superset/config.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/superset/config.py b/superset/config.py
index 197e4bac42..2f6ce13694 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -288,8 +288,10 @@ APP_NAME = "Superset"
 # Specify the App icon
 APP_ICON = "/static/assets/images/superset-logo-horiz.png"
 
-# Specify where clicking the logo would take the user
-# e.g. setting it to '/' would take the user to '/superset/welcome/'
+# Specify where clicking the logo would take the user'
+# Default value of None will take you to '/superset/welcome'
+# You can also specify a relative URL e.g. '/superset/welcome' or '/dashboards/list'
+# or you can specify a full URL e.g. 'https://foo.bar'
 LOGO_TARGET_PATH = None
 
 # Specify tooltip that should appear when hovering over the App Icon/Logo