mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
54 lines
1.8 KiB
YAML
54 lines
1.8 KiB
YAML
# This file is part of the Sylius package.
|
|
# (c) Sylius Sp. z o.o.
|
|
|
|
sylius_ui:
|
|
events:
|
|
sylius.grid:
|
|
blocks:
|
|
content:
|
|
template: "@SyliusUi/Grid/_content.html.twig"
|
|
priority: 10
|
|
|
|
sylius.grid.body:
|
|
blocks:
|
|
navigation:
|
|
template: "@SyliusUi/Grid/Body/_navigation.html.twig"
|
|
priority: 30
|
|
table:
|
|
template: "@SyliusUi/Grid/Body/_table.html.twig"
|
|
priority: 20
|
|
pagination:
|
|
template: "@SyliusUi/Grid/Body/_pagination.html.twig"
|
|
priority: 10
|
|
|
|
sylius.grid.filters:
|
|
blocks:
|
|
content:
|
|
template: "@SyliusUi/Grid/Filter/_content.html.twig"
|
|
priority: 10
|
|
|
|
sylius.admin.login.before_form:
|
|
blocks:
|
|
legacy:
|
|
template: "@SyliusUi/Block/_legacySonataEvent.html.twig"
|
|
priority: 30
|
|
context:
|
|
event: sylius.admin.login.before_form
|
|
logo:
|
|
template: "@SyliusUi/Security/_logo.html.twig"
|
|
priority: 20
|
|
error:
|
|
template: "@SyliusUi/Security/_error.html.twig"
|
|
priority: 10
|
|
flashes:
|
|
template: "@SyliusUi/_flashes.html.twig"
|
|
priority: 0
|
|
|
|
sylius.admin.login.form.content:
|
|
blocks:
|
|
credentials:
|
|
template: "@SyliusUi/Security/Form/_credentials.html.twig"
|
|
priority: 20
|
|
submit:
|
|
template: "@SyliusUi/Security/Form/_submit.html.twig"
|
|
priority: 10
|