| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php namespace PKleindienst\BlogSearch; |
||
| 20 | public function pluginDetails() |
||
| 21 | { |
||
| 22 | return [ |
||
| 23 | 'name' => 'Blog Search', |
||
| 24 | 'description' => 'Adds a search function to the blog', |
||
| 25 | 'author' => 'Pascal Kleindienst', |
||
| 26 | 'icon' => 'icon-search', |
||
| 27 | 'homepage' => 'https://github.com/PascalKleindienst/october-blogsearch-extension' |
||
| 28 | ]; |
||
| 29 | } |
||
| 30 | |||
| 61 |