After content header
Last modified by Anca Luca on 2023/09/19
Contents
Adds content after the document header (e.g. a table of content, a content license information, related documents) .
Usage
The extension point adds the provided content after the content header, i.e. the block containing the title, the modification info and the action menu
Definition
This Extension Point is contributed by this extension and was added in version 10.4-rc-1 of that extension.
- Category
- Page Content
- Extension Id
- org.xwiki.platform.template.content.header.after
- Content to be provided
The content to be injected after the document header.
Grid context: The content of this extension will be a sibling of the document header row, so it can be:
- either simple content;
- if grid layout is needed, its toplevel grid element should be a row.
- Parameters to be provided
- No parameters is expected to be provided by the user of this Extension Point.
Example
This extension point is used by the Page Relations application.