-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.xml
More file actions
33 lines (29 loc) · 993 Bytes
/
data.xml
File metadata and controls
33 lines (29 loc) · 993 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<app>
<!--Saffron PageData format
page.@id: page unique id to call with this.dispatch(new AppEventContent())
type: Page class name on PageContainer
menutype: Menu class name on MenuContainer
content: String content for the page
music: Music url on Data folder. the Saffrom engine will load it automaticly for each page
image: The page single Image url
images: List of images for gallery contains <img text="" targ="null" w="NaN" h="NaN" x="NaN" y="NaN"/> list
first links tag: list of Link items to creats lists
second links tag just same as first one but the order of them is important
-->
<!--debug/-->
<page id="home">
<type>home</type>
<menutype/>
<title/>
<content x="NaN" y="NaN" w="NaN" h="NaN" align=""/>
<music/>
<image/>
<images>
<img text="" targ="null" w="NaN" h="NaN" x="NaN" y="NaN"/>
</images>
<links>
<link level="-1" name="" id="" icon="" w="NaN" h="NaN" x="NaN" y="NaN"/>
</links>
<links/>
</page>
</app>