mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Merge branch '1.11'
* 1.11: Removed version Move login events on Ui bundle
This commit is contained in:
commit
496f975747
3 changed files with 24 additions and 24 deletions
|
|
@ -2,7 +2,7 @@ Installation
|
|||
============
|
||||
|
||||
So you want to try creating an online shop with Sylius? Great! The first step is the most important one, so let's start
|
||||
with the Sylius project installation via Composer. We will be using the latest stable version of Sylius - ``1.11``.
|
||||
with the Sylius project installation via Composer. We will be using the latest stable version of Sylius.
|
||||
|
||||
Before installation
|
||||
-------------------
|
||||
|
|
|
|||
|
|
@ -257,20 +257,6 @@ sylius_ui:
|
|||
context:
|
||||
event: sylius.admin.promotion_coupon.generate.form
|
||||
|
||||
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
|
||||
|
||||
sylius.admin.login.form:
|
||||
blocks:
|
||||
legacy:
|
||||
|
|
@ -339,15 +325,6 @@ sylius_ui:
|
|||
priority: 5
|
||||
context:
|
||||
event: sylius.admin.login.after_content
|
||||
|
||||
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
|
||||
|
||||
sylius.admin.dashboard.header.content:
|
||||
blocks:
|
||||
|
|
|
|||
|
|
@ -26,3 +26,26 @@ sylius_ui:
|
|||
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
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue