Added portal-FE-os components
[portal.git] / portal-FE-os / src / assets / plugins-config.json
diff --git a/portal-FE-os/src/assets/plugins-config.json b/portal-FE-os/src/assets/plugins-config.json
new file mode 100644 (file)
index 0000000..eb5f171
--- /dev/null
@@ -0,0 +1,31 @@
+{
+  "plugin1": {
+    "name": "Plugin 2",
+    "path": "/assets/plugins/plugin1.js",
+    "deps": ["shared"]
+  },
+  "plugin2": {
+    "name": "Plugin 2",
+    "path": "/assets/plugins/plugin2.js",
+    "deps": ["shared"]
+  },
+  "News": {
+    "name": "News",
+    "path": "/assets/plugins/News.js",
+    "deps": ["shared"]
+  },
+  "Resources": {
+    "name": "Resources",
+    "path": "/assets/plugins/Resources.js",
+    "deps": ["shared"]
+  },
+  "Events": {
+    "name": "Events",
+    "path": "/assets/plugins/Events.js",
+    "deps": ["shared"]
+  },
+  "shared": {
+    "name": "Shared",
+    "path": "/assets/plugins/shared.js"
+  }
+}