Notifications
Version 2.1 by Guillaume Delhumeau on 2015/11/10
Contents
Add some content inside the "notifications" menu
Usage
Definition
This Extension Point is contributed by this extension and was added in version of that extension.
- Category
- Notifications
- Extension Id
- extensions:Extension.Notifications+Application
- Content to be provided
The code to add in the extension point.
It should look like this:
{{velocity}}{{html clean="false"}} ## we need clean="false" because we want to display the raw content
#template('menu_macros.vm')
#submenuitem($url, $linkText, $id, $class, $icon, $extraAttributes)
{{/html}}{{/velocity}}- Parameters to be provided
- No parameters is expected to be provided by the user of this Extension Point.