Merge branch '1.11'

* 1.11:
  Removed version
  Move login events on Ui bundle
This commit is contained in:
Mateusz Zalewski 2022-07-07 16:39:23 +02:00
commit 496f975747
No known key found for this signature in database
GPG key ID: 9BECA0BB71612E52
3 changed files with 24 additions and 24 deletions

View file

@ -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
-------------------

View file

@ -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:

View file

@ -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