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/19 21:59:23 UTC

(superset) branch clarifying-target-path created (now 574279a763)

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

rusackas pushed a change to branch clarifying-target-path
in repository https://gitbox.apache.org/repos/asf/superset.git


      at 574279a763 chore: clarifying doc comments about LOGO_TARGET_PATH

This branch includes the following new commits:

     new 574279a763 chore: clarifying doc comments about LOGO_TARGET_PATH

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(superset) 01/01: chore: clarifying doc comments about LOGO_TARGET_PATH

Posted by ru...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch clarifying-target-path
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 574279a763bf26dde0f67773d192fcbc385bce79
Author: Evan Rusackas <ev...@rusackas.com>
AuthorDate: Tue Mar 19 15:59:11 2024 -0600

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

diff --git a/superset/config.py b/superset/config.py
index 197e4bac42..87e42a208c 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 speicify 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