summaryrefslogtreecommitdiffstats
path: root/portal-FE-os/src/assets/plugins-config.json
blob: 90f72b9f3313fbedc25c9f5ebae33b31bc881819 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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"
  }
}