Skip to content

Commit

Permalink
✨ provide menu_title to search registry
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Dec 4, 2023
1 parent 951e008 commit 037b810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fragdenstaat_de/fds_cms/cms_apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def add_search(request):
try:
return {
"title": page_root.get_title(request.LANGUAGE_CODE),
"menu_title": page_root.get_menu_title(request.LANGUAGE_CODE),
"name": "cms-search-{}".format(page_root.pk),
"url": page.get_absolute_url(request.LANGUAGE_CODE),
"order": 7,
Expand Down

0 comments on commit 037b810

Please sign in to comment.