Add Tip to Tips Panel
Last modified by Thomas Mortagne on 2023/02/15
Contents
Adds tips to Tips Panel
Usage
The extension point adds a tip to the Tips Panel (they're displayed randomly):
Definition
This Extension Point is contributed by this extension and was added in version 8.1-milestone-1 of that extension.
- Category
- Panel
- Extension Id
- org.xwiki.platform.help.tipsPanel
- Content to be provided
XWiki 15.1+ The wiki content to display.
XWiki <15.1 No content is expected to be provided by the user of this Extension Point.
- Parameters to be provided
XWiki 15.1+ No parameter is expected to be provided by the user of this Extension Point.
XWiki <15.1
- tip: the text of the tip to display. Note that you can also display translated tips by using the Localization Script Service, e.g. tip=$services.localization.render('help.tipsPanel.gettingStartedTip')