-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstates.json
35 lines (35 loc) · 947 Bytes
/
states.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
{
"myLocation": {
"data": {
"browserTitle": {
"source": "/i18n/tc-awc-demoMessages",
"key": "myLocationBrowserTitle"
},
"browserSubTitle": {
"source": "/i18n/tc-awc-demoMessages",
"key": "myLocationBrowserSubTitle"
},
"headerTitle": {
"source": "/i18n/tc-awc-demoMessages",
"key": "myLocationHeaderTitle"
}
},
"view": "AwSearchLocation",
"parent": "root"
},
"mySubLocation": {
"data": {
"priority": 0,
"label": {
"source": "/i18n/tc-awc-demoMessages",
"key": "mySubLocationTitle"
}
},
"params": {
"filter": null
},
"parent": "myLocation",
"view": "mySubLocationPage",
"url": "/mySubLocation"
}
}