Skip to content

Commit

Permalink
[Admin] Set explicit priorities for footer hookable in default views …
Browse files Browse the repository at this point in the history
…hook configs
  • Loading branch information
Rafikooo committed May 3, 2024
1 parent 84062fc commit 71c243e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ twig_hooks:
render_rest: true
footer:
template: '@SyliusAdmin/Shared/Crud/Common/Content/footer.html.twig'
priority: -100

'sylius_admin.common.create.content.header':
breadcrumbs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ twig_hooks:
template: '@SyliusAdmin/Shared/Crud/Index/Content/_grid.html.twig'
footer:
template: '@SyliusAdmin/Shared/Crud/Common/Content/footer.html.twig'
priority: -100

'sylius_admin.common.index.content.header':
breadcrumbs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ twig_hooks:
template: '@SyliusAdmin/Shared/Crud/Common/Content/_header.html.twig'
footer:
template: '@SyliusAdmin/Shared/Crud/Common/Content/footer.html.twig'
priority: -100

'sylius_admin.common.show.content.header':
breadcrumbs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ twig_hooks:
render_rest: true
footer:
template: '@SyliusAdmin/Shared/Crud/Common/Content/footer.html.twig'
priority: -100

'sylius_admin.common.update.content.header':
breadcrumbs:
Expand Down

0 comments on commit 71c243e

Please sign in to comment.