feat(core): add wikidata icon to wikibase in toolbox

This commit is contained in:
alistair3149 2024-04-27 13:25:37 -04:00
parent 358f172542
commit 1997f126c0
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View file

@ -317,7 +317,9 @@ class SkinHooks implements
'smwbrowselink' => 'database',
// Extension:UrlShortener
'urlshortener' => 'link',
'urlshortener-qrcode' => 'qrCode'
'urlshortener-qrcode' => 'qrCode',
// Extension:Wikibase
'wikibase' => 'logoWikidata'
];
self::mapIconsToMenuItems( $links, 'TOOLBOX', $iconMap );

View file

@ -308,6 +308,7 @@
"lock",
"logIn",
"logOut",
"logoWikidata",
"message",
"move",
"printer",