mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[Docs] Update resource documentation
This commit is contained in:
parent
bd31f1764e
commit
77274cb479
1 changed files with 2 additions and 2 deletions
|
|
@ -87,7 +87,7 @@ Below you can see the usage for specifying custom options, in this case, ``valid
|
|||
_controller: app.controller.book:createAction
|
||||
_sylius:
|
||||
form:
|
||||
type: app_book_custom
|
||||
type: App\Form\BookType
|
||||
options:
|
||||
validation_groups: [sylius, my_custom_group]
|
||||
|
||||
|
|
@ -238,7 +238,7 @@ Configuration Reference
|
|||
_controller: app.controller.book:createAction
|
||||
_sylius:
|
||||
template: Book/addToGenre.html.twig
|
||||
form: app_new_book
|
||||
form: App\Form\BookType
|
||||
event: book_create
|
||||
factory:
|
||||
method: createForGenre
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue