We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db80a4a commit 273f237Copy full SHA for 273f237
1 file changed
Plugin.php
@@ -14,7 +14,9 @@ public function pluginDetails()
14
return [
15
'name' => 'pkleindienst.githubprojects::lang.plugin.name',
16
'description' => 'pkleindienst.githubprojects::lang.plugin.description',
17
- 'author' => 'Pascal Kleindienst',
+ 'author' => 'Pascal Kleindienst',
18
+ 'icon' => 'icon-github',
19
+ 'homepage' => 'https://github.com/PascalKleindienst/octobercms-github-projects'
20
];
21
}
22
0 commit comments