Changes for page Macros

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

From version 2.177
edited by Jip-jan Alunkel
on July 14, 01:17
Change comment: Update document after refactoring.
To version 2.175
edited by Jip-jan Alunkel
on July 14, 01:09
Change comment: Update document after refactoring.

Summary

Details

Page properties
Content
... ... @@ -182,8 +182,8 @@
182 182  
183 183  ## #set($json = $jsontool.serialize($json.getContent()))
184 184  ##$jsontool.serialize($json)
185 - #set($discard = $jsontool.fromString($json))
186 -$json
185 + #set($json = $jsontool.fromString($json))
186 +##$json
187 187  create json from page
188 188  
189 189   #end