summaryrefslogtreecommitdiff
path: root/htroot/api/getpageinfo_p.json
blob: abb1382221e3421ab00263b58b08996d1b8f5bc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "item": {
		"title": "#[title]#",
		"desc": "#[desc]#",
		"lang" : "#[lang]#",
		"robots": "#(robots-allowed)#0::1::#(/robots-allowed)#",
  		"robotsInfo": "#[robotsInfo]#",

  		"icons": [#{icons}#
  			"#[icon]#"#(eol)#::,#(/eol)#
  			#{/icons}#],

  		"filter": "#[filter]#",
  		"tags": "#{tags}##[tag]#,#{/tags}#",
  		"oai": "#[oai]#"
    }
}