update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b third try
[osm/UI.git] / skyquake / plugins / goodbyeworld / config.json
1 {
2     "root": "public",
3     "name": "goodbye world test",
4     "routes": [
5     {
6         "label": "Goodbye World Component 1",
7         "route": "hello",
8         "component": "./goodbyeWorldOne.jsx",
9         "path": "",
10         "type": "internal"
11     },{
12         "label": "Goodbye World Component 2",
13         "route": "goodbye",
14         "component": "./goodbyeWorldTwo.jsx",
15         "path": "",
16         "type": "internal"
17     }]
18 }