Drawer Header Item

Last modified by Vincent Massol on 2019/06/06

Add an item in the header of the Drawer menu

Usage

The extension point adds the content inside the header of the drawer menu, after login/logout/register links.

drawer-header.png

You must have the "admin" right on the wiki to be able to create an UI extension.

Definition

This Extension Point is contributed by this extension and was added in version 7.3-milestone-1 of that extension.

Category
Drawer
Extension Id
org.xwiki.plaftorm.drawer.header
Content to be provided

The code to add in the extension point. Should be some links.

Parameters to be provided
  • order: the order in which the item will be displayed. The lower the number is, the more at the top the item will be. Examples of correct orders: 10000, 20000. Please let enough room to add other UIX between existing ones and your own.

Example

[[Hey there!>>Main.WebHome]]

Get Connected