Changes for page OpenGraph Application

Last modified by Thomas Mortagne on 2022/11/07 00:06

<
From version < 12.1 >
edited by slauriere
on 2019/06/06 14:34
To version < 11.2 >
edited by Admin
on 2019/02/08 00:44
>
Change comment: Imported extension [org.xwiki.contrib:application-opengraph-ui] from repository [maven-xwiki:maven:http://nexus.xwiki.org/nexus/content/groups/public]

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.slauriere
1 +xwiki:XWiki.Admin
ExtensionCode.ExtensionClass[0]
Prerequisites & Additional Installation Instructions
... ... @@ -1,7 +1,7 @@
1 -This application requires the user interface extension point {{code}}org.xwiki.platform.html.head{{/code}}, which was introduced in XWiki 11.5. In order to add this extension point to a previous version of XWiki, go to the "Presentation" section of the wiki administration and add the following lines just below the final "meta" tag:
1 +This application requires the user interface extension point {{code}}org.xwiki.platform.html.head{{/code}}, which will be introduced in XWiki 11.1. In order to add this extension point to a previous version of XWiki, go to the "Presentation" section of the wiki administration and add the following lines just below the final "meta" tag:
2 2  
3 3  {{code}}
4 -#foreach($uix in $services.uix.getExtensions("org.xwiki.platform.html.head", {'sortByParameter' : 'order'}))
4 +#foreach($uix in $services.uix.getExtensions("org.xwiki.platform.head", {'sortByParameter' : 'order'}))
5 5   $services.rendering.render($uix.execute(), 'xhtml/1.0')
6 6  #end
7 7  {{/code}}

Get Connected