Changes for page Academy

Last modified by Erik Bakker on 2024/09/24 16:12

From version 29.1
edited by Erik Bakker
on 2022/04/21 15:46
Change comment: Added object
To version 3.2
edited by Erik Bakker
on 2022/04/21 13:47
Change comment: Deleted object

Summary

Details

XWiki.GadgetClass[0]
content
... ... @@ -5,5 +5,5 @@
5 5   'default'), 'xwiki/2.1'))
6 6   #set ($extraParams = "root='document:$escapedDocumentReference'")
7 7  #end
8 -{{documentTree showTranslations="false" showAttachments="false" compact="true" $extraParams /}}
8 +{{documentTree showTranslations="false" showAttachments="false" $extraParams /}}
9 9  {{/velocity}}
XWiki.GadgetClass[1]
content
... ... @@ -1,9 +1,8 @@
1 -{{html}}
2 -<div class="card">
3 - <img src="img_avatar.png" alt="Avatar" style="width:100%">
4 - <div class="container">
5 - <h4><b>John Doe</b></h4>
6 - <p>Architect & Engineer</p>
7 - </div>
8 -</div>
9 -{{/html}}
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 -1, 2
1 +1,2
title
... ... @@ -1,1 +1,1 @@
1 -$services.localization.render('rendering.macro.html.name')
1 +$services.localization.render('platform.dashboard.space.tagcloud', [$doc.plainTitle])
XWiki.GadgetClass[3]
content
... ... @@ -1,0 +1,1 @@
1 +{{blogPostLayoutCards reference="7983"}}{{/blogPostLayoutCards}}
position
... ... @@ -1,0 +1,1 @@
1 +2, 2
title
... ... @@ -1,0 +1,1 @@
1 +$services.localization.render('rendering.macro.blogPostLayoutCards.name')