User Profile Menu
Last modified by Vincent Massol on 2020/03/23
Contents
Adds an item in the user profile menu
Usage
The extension point adds an entry in the user profile menu.
Definition
This Extension Point is contributed by this extension and was added in version 12.2-rc-1 of that extension.
- Category
- Content menus
- Extension Id
- org.xwiki.plaftorm.user.profile.menu
- Content to be provided
The code to present when the user select this entry in the user profile menu. Usually an administration page with the configuration of user specification settings.
- Parameters to be provided
Key Description Optional Example id An unique identifier, if not defined, the UIX id is used instead. yes icon The identifier of the icon displayed at the left of the menu entry. no List of available icons name Name of the entry in the menu. no name=$services.localization.render('platform.wiki.menu.userwikis')
isActive Defines if the entry should be displayed to the current user. If not defined, the entry is always displayed. yes isActive=#if(condition)true#{else}false#end priority Defined the order of the menu entries, the lower the priority, the highest the entry is in the menu. no 80