Skip to content

Commit

Permalink
EWPP-4999: Deprecate the site_name parameter of navigation_menu pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
22Alexandra committed Dec 17, 2024
1 parent 3b0dd04 commit 329f61b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ navigation_menu:
preview: "Navigation"
site_name:
type: "text"
label: "Site name"
label: "Site name - deprecated (will be removed in 5.x)"
description: "Name of the site."
preview: "Site name"
close:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
back_label: back|default('Back'|t),
icon_path: ecl_icon_path,
items: _items,
site_name: site_name,
see_all_label: see_all_label|default('See all'|t),
button_previous_label: button_previous_label|default('Previous items'|t),
button_next_label: button_next_label|default('Next items'|t),
Expand Down
1 change: 0 additions & 1 deletion tests/src/Kernel/fixtures/rendering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4183,7 +4183,6 @@
'#variant': "default"
'#fields':
label: "Menu"
site_name: "Site name"
items:
- href: "#"
label: 'Parent 1'
Expand Down

0 comments on commit 329f61b

Please sign in to comment.