Skip to content

Commit

Permalink
feat(core): ✨ add wikidata icon to wikibase in toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Apr 27, 2024
1 parent 358f172 commit 1997f12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion includes/Hooks/SkinHooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,9 @@ private static function updateToolboxMenu( &$links ) {
'smwbrowselink' => 'database',
// Extension:UrlShortener
'urlshortener' => 'link',
'urlshortener-qrcode' => 'qrCode'
'urlshortener-qrcode' => 'qrCode',
// Extension:Wikibase
'wikibase' => 'logoWikidata'
];

self::mapIconsToMenuItems( $links, 'TOOLBOX', $iconMap );
Expand Down
1 change: 1 addition & 0 deletions skin.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@
"lock",
"logIn",
"logOut",
"logoWikidata",
"message",
"move",
"printer",
Expand Down

0 comments on commit 1997f12

Please sign in to comment.