refactor #14362 Using the new template namespace syntax in the doc (mamazu)

This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | master                |
| Bug fix?        | no                                                       |
| New feature?    | no                                                       |
| BC breaks?      | no                                                       |
| Deprecations?   | no <!-- don\'t forget to update the UPGRADE-*.md file --> |
| Related tickets | -                      |
| License         | MIT                                                          |


Improving the documentation to not contain the unsupported twig file name syntax.


Commits
-------

3b90d7942f Using the new template namespace syntax in the doc
This commit is contained in:
Łukasz Chruściel 2022-10-13 13:58:33 +02:00 committed by GitHub
commit d3005950ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,12 +111,12 @@ To actually use it overwrite ``sylius_admin_product_create_simple`` route like b
section: admin
factory:
method: createDisabled # like here for example
template: SyliusAdminBundle:Crud:create.html.twig
template: "@SyliusAdmin/Crud/create.html.twig"
redirect: sylius_admin_product_update
vars:
subheader: sylius.ui.manage_your_product_catalog
templates:
form: SyliusAdminBundle:Product:_form.html.twig
form: "@SyliusAdmin/Product/_form.html.twig"
route:
name: sylius_admin_product_create_simple