Changes for page Macros
Last modified by Jip-jan Alunkel on April 15, 18:09
From version 2.195
edited by Jip-jan Alunkel
on July 14, 01:42
on July 14, 01:42
Change comment:
Update document after refactoring.
To version 2.194
edited by Jip-jan Alunkel
on July 14, 01:39
on July 14, 01:39
Change comment:
Update document after refactoring.
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -175,10 +175,10 @@ 175 175 #set($discard = $jsondoc.setContentType('application/json')) 176 176 #set($jsoncontent = $jsontool.serialize($jsondoc.getContent())) 177 177 #set($j = $jsontool.fromString($jsoncontent)) 178 -#set($assign = "$escapetool.getHash()set($ json= $j)")178 +#set($assign = "$escapetool.getHash()set($map = $j)") 179 179 #evaluate($assign) 180 180 181 -$ json.CET181 +$map.CET 182 182 create json from page 183 183 184 184 #end