Skip to content

Commit

Permalink
minor Sylius#10121 [GridBundle] Doc improvement (Roshyo)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.5-dev branch.

Discussion
----------

This is mentioned in 2.3 of the doc, but should be also said here.

| Q               | A
| --------------- | -----
| Branch?         | 1.2
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | 
| License         | MIT


Commits
-------

61f06d4 Update configuration.rst
1c4f743 Update configuration.rst
  • Loading branch information
pamil authored Jan 28, 2019
2 parents f99623c + 1c4f743 commit 0109f63
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Here you will find all configuration options of ``sylius_grid``.
name: doctrine/orm
options:
class: "%app.model.user%"
repository:
method: myCustomMethod
arguments:
id: resource.id
sorting:
name: asc
limits: [10, 25, 50, 100]
Expand Down

0 comments on commit 0109f63

Please sign in to comment.