mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
chore: reorder theme_switcher hook between notifications and user_dropdown
This commit is contained in:
parent
748ecff0c4
commit
060fe10cf2
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue