How to add new application in xwiki dashboard

i have created new application in xwiki but wanted to know how can i show my application in dashboard.
it is showing in home page

Hello, you can edit your page in object mode:
/bin/edit/Dashboard/WebHome?editor=object and add an “XWiki.GadgetClass” object and fill title, content and position fields.

Pascal B

Maybe I missunderstand, if you want a new custom application shortcut in /bin/view/Applications/ list then you must add an XWiki.UIExtensionClass object at your application WebHome page with:

  • extension Point ID: org.xwiki.platform.panels.Applications
  • extension ID: org.xwiki.platform:xwiki-platform-panels-ui
  • Extension content (empty because I don’t know how to use it or if needed)
  • extension parameters:
    • label=My Nice application
    • target=MyParent.MaPage.WebHome
    • icon=icon:list (or another icone)
    • extension scope: Current Wiki

and check there: /bin/admin/XWiki/XWikiPreferences?editor=globaladmin&section=panels.applications

thanks its working