Rift.IO OSM R1 Initial Submission
[osm/UI.git] / skyquake / plugins / helloworld / config.json
1 {
2     "root": "public",
3     "name": "Hello World Plugin",
4     "dashboard" : "./helloWorldDashboard.jsx",
5     "routes": [
6     {
7         "label": "Hello World Component 1",
8         "route": "hello",
9         "component": "./helloWorldOne.jsx",
10         "path": "",
11         "type": "internal"
12     },{
13         "label": "Hello World Component 2",
14         "route": "goodbye",
15         "component": "./helloWorldTwo.jsx",
16         "path": "",
17         "type": "internal"
18     }]
19 }