Changes for page Panels

Last modified by Thomas Coelho (local) on 2024/02/05 13:37

From version 3.1
edited by Thomas Coelho
on 2023/02/27 12:05
Change comment: Install extension [org.xwiki.platform:xwiki-platform-panels-ui/15.1]
To version 2.1
edited by Thomas Coelho (local)
on 2022/05/27 15:10
Change comment: Install extension [org.xwiki.platform:xwiki-platform-panels-ui/14.4]

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.thw
1 +XWiki.coelho
Content
... ... @@ -41,7 +41,10 @@
41 41  
42 42  {{velocity output="false"}}
43 43  #macro (displayConfigPropertyValue $propName $action)
44 - #unwrapXPropertyDisplay($doc.display($propName, $action))
44 + #set ($output = $doc.display($propName, $action))
45 + #set ($output = $stringtool.removeStart($output, '{{html clean="false" wiki="false"}}'))
46 + #set ($output = $stringtool.removeEnd($output, '{{/html}}'))
47 + $output
45 45  #end
46 46  
47 47  #macro (displayPageLayoutSection)