-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathoccupynet_nav_default.json
49 lines (49 loc) · 1.56 KB
/
occupynet_nav_default.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{"onav": {
"type": "bar/button/nav",
"target" : "#id to place nav, if false drop html in place",
"menu": [
{
"type" : "link/text/etc",
"display" : "menu item display text",
"href" : "http://www.link.com",
"target" : "_blank",
"class" : "extra classes",
"title" : "menu item title",
"attr" : "data-type=\"this and that\"",
"child" : false
},
{
"display" : "Map",
"href" : "http://map.occupy.net",
"target" : "_blank",
"class" : null,
"title" : "See actions and raw news from all over the world",
"child" : false
},
{
"display" : "More...",
"href" : "http://www.occupy.net#tools",
"target" : "_blank",
"class" : null,
"title" : "Other occupy.net products",
"child" : [
{
"display" : "Chat",
"href" : "http://chat.occupy.net",
"target" : "_blank",
"class" : null,
"title" : "chat with activist",
"child" : false
},
{
"display" : "Live",
"href" : "http://live.occupy.net",
"target" : "_blank",
"class" : null,
"title" : "Make live updates to status.net",
"child" : false
}
]
}
]
}}