mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
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:
commit
d3005950ed
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue