| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php namespace VojtaSvoboda\Reviews\Components; |
||
| 20 | public function defineProperties() |
||
| 21 | { |
||
| 22 | return [ |
||
| 23 | 'categoryFilter' => [ |
||
| 24 | 'title' => 'Category identifier', |
||
| 25 | 'description' => 'Show only reviews from some category by slug', |
||
| 26 | 'type' => 'string', |
||
| 27 | 'default' => '{{ :category }}', |
||
| 28 | ], |
||
| 29 | ]; |
||
| 30 | } |
||
| 31 | |||
| 81 |