Skip to content

Commit

Permalink
add setting allow verbose name at second level
Browse files Browse the repository at this point in the history
  • Loading branch information
marcanuy committed Sep 19, 2023
1 parent a3d60d6 commit 62f2485
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dynamic_breadcrumbs/app_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
settings, "DYNAMIC_BREADCRUMBS_SHOW_AT_BASE_PATH", False
)

SHOW_VERBOSE_NAME = getattr(
settings, "DYNAMIC_BREADCRUMBS_SHOW_VERBOSE_NAME", False
)

PATH_XSS_SAFE_MODE = getattr(
settings, "DYNAMIC_BREADCRUMBS_PATH_XSS_SAFE_MODE", True
)
Expand Down

0 comments on commit 62f2485

Please sign in to comment.