add ShareLinks to the admin Extensions menu with a share icon

Cette révision appartient à :
2026-09-19 17:18:57 +02:00
Parent a6ff833c1b
révision fbbd9d1433
+4 -1
Voir le fichier
@@ -40,7 +40,10 @@ public class Plugin : BasePlugin<PluginConfiguration>, IHasWebPages
new PluginPageInfo new PluginPageInfo
{ {
Name = "ShareLinks", Name = "ShareLinks",
EmbeddedResourcePath = GetType().Namespace + ".Web.configPage.html" EmbeddedResourcePath = GetType().Namespace + ".Web.configPage.html",
EnableInMainMenu = true,
MenuIcon = "share",
MenuSection = "server"
} }
}; };
} }