summaryrefslogtreecommitdiff
path: root/available_plugins/ep_fintest/ep.json
blob: 4ec8e39248bb9a7c638cebe73fe0f8ca4317a10d (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
32
33
34
35
36
{
  "parts": [
    {
      "name": "somepart",
      "pre": [],
      "post": ["ep_onemoreplugin/partone"]
    },
    {
      "name": "partlast",
      "pre": ["ep_fintest/otherpart"],
      "post": [],
      "hooks": {
	"somehookname": "ep_fintest/partlast:somehook"
      }
    },
    {
      "name": "partfirst",
      "pre": [],
      "post": ["ep_onemoreplugin/somepart"]
    },
    {
      "name": "otherpart",
      "pre": ["ep_fintest/somepart", "ep_otherplugin/main"],
      "post": [],
      "hooks": {
	"somehookname": "ep_fintest/otherpart:somehook",
	"morehook": "ep_fintest/otherpart:morehook",
	"expressCreateServer": "ep_fintest/otherpart:expressServer",
	"eejsBlock_editbarMenuLeft": "ep_fintest/otherpart:eejsBlock_editbarMenuLeft"
      },
      "client_hooks": {
        "somehookname": "ep_fintest/static/js/test:bar"
      }
    }
  ]
}