Rift.IO OSM R1 Initial Submission
[osm/UI.git] / skyquake / plugins / helloworld / config.json
diff --git a/skyquake/plugins/helloworld/config.json b/skyquake/plugins/helloworld/config.json
new file mode 100644 (file)
index 0000000..90d2d10
--- /dev/null
@@ -0,0 +1,19 @@
+{
+    "root": "public",
+    "name": "Hello World Plugin",
+    "dashboard" : "./helloWorldDashboard.jsx",
+    "routes": [
+    {
+        "label": "Hello World Component 1",
+        "route": "hello",
+        "component": "./helloWorldOne.jsx",
+        "path": "",
+        "type": "internal"
+    },{
+        "label": "Hello World Component 2",
+        "route": "goodbye",
+        "component": "./helloWorldTwo.jsx",
+        "path": "",
+        "type": "internal"
+    }]
+}