Changes for page Documentation publique

Last modified by Antoine Lombard on 2023/06/23 09:28

From version 1.4
edited by Florent Charton
on 2023/01/12 10:09
Change comment: Ajout d'objet
To version 1.2
edited by Florent Charton
on 2023/01/12 10:08
Change comment: Objet supprimé

Summary

Details

XWiki.GadgetClass[1]
content
... ... @@ -1,1 +1,8 @@
1 -{{spaceindex/}}
1 +{{velocity}}
2 +#set($tagSpace = $NULL)
3 +#if ($doc.space != "Main")
4 + #set($tagSpace = $services.rendering.escape($doc.space, 'xwiki/2.1'))
5 +#end
6 +
7 +{{tagcloud space="$!tagSpace" /}}
8 +{{/velocity}}
position
... ... @@ -1,1 +1,1 @@
1 -2, 1
1 +1,2
title
... ... @@ -1,1 +1,1 @@
1 -$services.localization.render('rendering.macro.spaceindex.name')
1 +$services.localization.render('platform.dashboard.space.tagcloud', [$doc.plainTitle])