summaryrefslogtreecommitdiffstats
path: root/portal-FE-os/src/assets/plugins-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'portal-FE-os/src/assets/plugins-config.json')
-rw-r--r--portal-FE-os/src/assets/plugins-config.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/portal-FE-os/src/assets/plugins-config.json b/portal-FE-os/src/assets/plugins-config.json
new file mode 100644
index 00000000..eb5f171f
--- /dev/null
+++ b/portal-FE-os/src/assets/plugins-config.json
@@ -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"
+ }
+}