Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
einorler committed Sep 12, 2016
1 parent e518417 commit 578932b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Resources/doc/filter/choice.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ If you select one of the options, *choice filter* will return item list filtered
| `request_field` | Request field used to view the selected page. (e.g. `www.page.com/?request_field=4`) |
| `field` | Specifies the field in repository to apply this filter on. (e.g. `item_color`) |
| `sort` | Sorts the choices based on your configuration. |
| `show_zero_choices` | Includes choices that have 0 documents in the choice array (defaults to `false`) |
| `tags` | Array of filter specific tags that will be accessible at Twig view data. |

Sorting configuration
Expand Down
1 change: 1 addition & 0 deletions Resources/doc/filter/multi_choice.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ If you select one or more of the options, *multi choice filter* will return item
|------------------------|--------------------------------------------------------------------------------------------------|
| `request_field` | Request field used to view the selected page. (e.g. `www.page.com/?request_field=4`) |
| `field` | Specifies the field in repository to apply this filter on. (e.g. `item_color`) |
| `show_zero_choices` | Includes choices that have 0 documents in the choice array (defaults to `false`) |
| `sort` | Choices can also be sorted. You can read more about this [here](choice.md#sorting-configuration).|
| `tags` | Array of filter specific tags that will be accessible at Twig view data. |

Expand Down

0 comments on commit 578932b

Please sign in to comment.