add ShareLinks to the admin Extensions menu with a share icon
Cette révision appartient à :
@@ -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"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Référencer dans un nouveau ticket
Bloquer un utilisateur