forked from ether/ep_mathjax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ep.json
24 lines (24 loc) · 1.01 KB
/
ep.json
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": "mathjax",
"hooks": {
"eejsBlock_editbarMenuLeft": "ep_mathjax/hooks:eejsBlock_editbarMenuLeft",
"eejsBlock_scripts": "ep_mathjax/hooks:eejsBlock_scripts",
"eejsBlock_styles": "ep_mathjax/hooks:eejsBlock_styles",
"eejsBlock_editorContainerBox": "ep_mathjax/hooks:eejsBlock_editorContainerBox",
"collectContentPre": "ep_mathjax/static/js/shared",
"collectContentPost": "ep_mathjax/static/js/shared"
},
"client_hooks": {
"aceInitInnerdocbodyHead": "ep_mathjax/static/js/hooks:aceInitInnerdocbodyHead",
"aceAttribsToClasses": "ep_mathjax/static/js/hooks:aceAttribsToClasses",
"aceCreateDomLine": "ep_mathjax/static/js/hooks:aceCreateDomLine",
"postAceInit": "ep_mathjax/static/js/hooks:postAceInit",
"aceInitialized": "ep_mathjax/static/js/hooks:aceInitialized",
"collectContentPre": "ep_mathjax/static/js/shared",
"collectContentPost": "ep_mathjax/static/js/shared"
}
}
]
}