Contents
Adds content to the "head" tag of the HTML page.
Usage
The extension point adds the provided content to the page HTML head element. It is typically useful for adding HTML metadata to pages. It was introduced in version 11.1RC1 with the identifier org.xwiki.platform.head
. The identifier is likely to become org.xwiki.platform.html.head
in version 11.5.
Definition
This Extension Point is contributed by this extension and was added in version 11.1RC1 of that extension.
- Category
- Page Head
- Extension Id
- org.xwiki.platform.html.head
- Content to be provided
The content to be added in the "head" tag of the HTML page.
- Parameters to be provided
Order: used for ordering the extensions.
Example
This extension point is used by the OpenGraph application.