add plugin title and icons

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-02-16 11:32:25 +01:00
parent 5920062fcc
commit 018ca876d0
11 changed files with 37 additions and 0 deletions
+2
View File
@@ -208,6 +208,8 @@ const homePageRandomJokeWidget = HomePageWidgetBlueprint.make({
*/
export default createFrontendPlugin({
pluginId: 'home',
title: 'Home',
icon: <HomeIcon />,
info: { packageJson: () => import('../package.json') },
extensions: [
homePage,