Show Wikis in Main-Wiki Breadcrumb

hi folks,

how can one obtain an subwiki like breadcrumb, with all the wikis in it, in the main wiki?

image

regards

There’s no configuration for this ATM, so the only option is to customize hierarchy_macros.vm .

Thank you very much. But I am a no-coder. Can you tell\show me what to do, to archieve the goal?

Replace this line https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwiki-platform-web/src/main/webapp/templates/hierarchy_macros.vm#L218 with

'showWikis': true
1 Like

Thank you!