Rift.IO OSM R1 Initial Submission
[osm/UI.git] / skyquake / plugins / goodbyeworld / config.json
diff --git a/skyquake/plugins/goodbyeworld/config.json b/skyquake/plugins/goodbyeworld/config.json
new file mode 100644 (file)
index 0000000..6f2d3cb
--- /dev/null
@@ -0,0 +1,18 @@
+{
+    "root": "public",
+    "name": "goodbye world test",
+    "routes": [
+    {
+        "label": "Goodbye World Component 1",
+        "route": "hello",
+        "component": "./goodbyeWorldOne.jsx",
+        "path": "",
+        "type": "internal"
+    },{
+        "label": "Goodbye World Component 2",
+        "route": "goodbye",
+        "component": "./goodbyeWorldTwo.jsx",
+        "path": "",
+        "type": "internal"
+    }]
+}