-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathep.json
More file actions
24 lines (24 loc) · 909 Bytes
/
ep.json
File metadata and controls
24 lines (24 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"parts": [
{
"name": "ep_reference",
"client_hooks": {
"postAceInit": "ep_reference/static/js/index:postAceInit",
"handleClientMessage_CUSTOM": "ep_reference/static/js/index",
"aceInitialized": "ep_reference/static/js/index",
"aceAttribsToClasses": "ep_reference/static/js/index",
"aceDomLineProcessLineAttributes": "ep_reference/static/js/index",
"aceRegisterBlockElements": "ep_reference/static/js/index",
"aceEditorCSS":"ep_reference/static/js/index",
"aceCreateDomLine":"ep_reference/static/js/index",
"aceGetFilterStack":"ep_reference/static/js/index",
"aceRegisterLineAttributes":"ep_reference/static/js/index"
},
"hooks": {
"eejsBlock_body":"ep_reference/eejs",
"eejsBlock_mySettings":"ep_reference/eejs",
"eejsBlock_dd_help":"ep_reference/eejs"
}
}
]
}