Changes for page Macros

Last modified by Jip-jan Alunkel on April 15, 18:09

From version 2.160
edited by Jip-jan Alunkel
on July 13, 23:47
Change comment: Update document after refactoring.
To version 2.162
edited by Jip-jan Alunkel
on July 13, 23:49
Change comment: Update document after refactoring.

Summary

Details

Page properties
Content
... ... @@ -172,9 +172,9 @@
172 172  json
173 173  #set($json = $O_elementData.select-json)
174 174   #else
175 - #set($json = $xwiki.getDocument($O_elementData.select-json).content)
176 -$json
175 + #set($json = $xwiki.getDocument($O_elementData.select-json).getContent())
177 177  $jsontool.serialize($json)
177 +$json
178 178  not json
179 179  
180 180   #end