Skip to content

Commit

Permalink
--wip-- [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelleduc committed Jan 17, 2024
1 parent 1cf6ee4 commit a700ae8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,7 @@ Generates:
#set ($properties = ['doc.title', 'doc.location', 'doc.date', 'doc.author'])
#end
#set ($sourceParameters = {
'translationPrefix' : 'platform.index.',
'description' : 'This table lists documents found on this wiki based on passed criteria. The columns can be sorted and some can be filtered.'
'translationPrefix' : 'platform.index.'
})
#if ("$!xcontext.macro.params.space" != "")
#set ($discard = $sourceParameters.put('space', $xcontext.macro.params.space))
Expand Down Expand Up @@ -300,6 +299,7 @@ Generates:
properties="$stringtool.join($properties, ',')"
source="liveTable"
sourceParameters="$escapetool.url($sourceParameters)"
description="This table lists documents found on this wiki based on passed criteria. The columns can be sorted and some can be filtered."
#if ($properties.contains('doc.location'))sort="doc.location"#end
#if ("$!xcontext.macro.params.count" != '')limit="$xcontext.macro.params.count"#end
}}$jsontool.serialize($liveDataConfig){{/liveData}}
Expand Down

0 comments on commit a700ae8

Please sign in to comment.