chore(docs): clarifying doc comments about LOGO_TARGET_PATH (#27579)

This commit is contained in:
Evan Rusackas 2024-03-21 23:13:21 -06:00 committed by GitHub
parent a47469f4c5
commit ec6bfcbaa0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -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