Changes for page Card Navigation

Last modified by Calvin Henderson on 2025/03/11 10:29

From version 18.6
edited by calvin_henderson
on 2024/12/18 13:43
Change comment: There is no comment for this version
To version 18.8
edited by calvin_henderson
on 2024/12/18 13:45
Change comment: There is no comment for this version

Summary

Details

XWiki.WikiMacroClass[0]
code
... ... @@ -5,8 +5,9 @@
5 5  #set ($targetSyntaxId = $wikimacro.context.transformationContext.targetSyntax.type.id)
6 6  #if ($targetSyntaxId == 'annotatedhtml' || $targetSyntaxId == 'annotatedxhtml')
7 7  [[Icon search>>https://fontawesome.com/v6/search?m=free]]
8 +Icon Name|Title|URL
9 +---------|-----|---
8 8  {{wikimacrocontent/}}
9 -{{wikimacrocontent/}}
10 10  #else
11 11  
12 12  
... ... @@ -36,11 +36,11 @@
36 36  
37 37  
38 38  #if ($wikimacro.parameters.enableSearch == true)
39 -----
40 + ----
40 40  
41 -== Search ==
42 + == Search ==
42 42  
43 -{{documentTree root="document:$wikiRef:$docRef" finder="true" limit="30"/}}
44 + {{documentTree root="document:$wikiRef:$docRef" finder="true" limit="30"/}}
44 44  #end
45 45  #end
46 46  {{/velocity}}