chore: reorder theme_switcher hook between notifications and user_dropdown

This commit is contained in:
camilleislasse 2026-05-21 17:39:35 +02:00
parent 748ecff0c4
commit 060fe10cf2

View file

@ -9,9 +9,6 @@ sylius_twig_hooks:
priority: 0
'sylius_admin.common.component.navbar.items':
theme_switcher:
template: '@SyliusAdmin/shared/crud/common/navbar/items/theme_switcher.html.twig'
priority: 50
shop_preview:
component: 'sylius_admin:navbar:shop_preview'
props:
@ -22,6 +19,9 @@ sylius_twig_hooks:
props:
template: '@SyliusAdmin/shared/components/navbar/notifications.html.twig'
priority: 100
theme_switcher:
template: '@SyliusAdmin/shared/crud/common/navbar/items/theme_switcher.html.twig'
priority: 50
user_dropdown:
template: '@SyliusAdmin/shared/crud/common/navbar/items/user.html.twig'
priority: 0