Skip to content

Commit 273f237

Browse files
added a plugin icon and the homepage
1 parent db80a4a commit 273f237

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Plugin.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ public function pluginDetails()
1414
return [
1515
'name' => 'pkleindienst.githubprojects::lang.plugin.name',
1616
'description' => 'pkleindienst.githubprojects::lang.plugin.description',
17-
'author' => 'Pascal Kleindienst',
17+
'author' => 'Pascal Kleindienst',
18+
'icon' => 'icon-github',
19+
'homepage' => 'https://github.com/PascalKleindienst/octobercms-github-projects'
1820
];
1921
}
2022

0 commit comments

Comments
 (0)