Rift.IO OSM R1 Initial Submission
[osm/UI.git] / skyquake / plugins / composer / config.json
diff --git a/skyquake/plugins/composer/config.json b/skyquake/plugins/composer/config.json
new file mode 100644 (file)
index 0000000..2a8a516
--- /dev/null
@@ -0,0 +1,13 @@
+{
+    "root": "public",
+    "name": "Catalog",
+    "dashboard" : "./src/components/ComposerApp.js",
+    "order": 2,
+    "routes" : [{
+        "label": "Catalog",
+        "route": "/",
+        "component": "./src/components/ComposerApp.js",
+        "path": "",
+        "type": "internal"
+    }]
+}