| Conditions | 1 |
| Paths | 1 |
| Total Lines | 15 |
| Code Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php namespace PKleindienst\BlogSearch\Components; |
||
| 42 | public function defineProperties() |
||
| 43 | { |
||
| 44 | return [ |
||
| 45 | 'resultPage' => [ |
||
| 46 | 'title' => 'Search Results Page', |
||
| 47 | 'type' => 'dropdown', |
||
| 48 | 'default' => 'blog/search' |
||
| 49 | ], |
||
| 50 | 'categoryFilter' => [ |
||
| 51 | 'title' => 'Show Category Filter', |
||
| 52 | 'type' => 'checkbox', |
||
| 53 | 'default' => 0 |
||
| 54 | ] |
||
| 55 | ]; |
||
| 56 | } |
||
| 57 | |||
| 76 |