-
Notifications
You must be signed in to change notification settings - Fork 27
/
ep.json
21 lines (21 loc) · 964 Bytes
/
ep.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"parts": [
{
"name": "ep_table_of_contents",
"hooks": {
"eejsBlock_scripts" : "ep_table_of_contents/index",
"eejsBlock_styles" : "ep_table_of_contents/index",
"eejsBlock_mySettings" : "ep_table_of_contents/index",
"eejsBlock_editorContainerBox": "ep_table_of_contents/index",
"eejsBlock_dd_view" : "ep_table_of_contents/index",
"eejsBlock_editbarMenuRight" : "ep_table_of_contents/index"
},
"client_hooks":{
"aceEditEvent" : "ep_table_of_contents/static/js/aceEditEvent:aceEditEvent",
"handleClientMessage_ACCEPT_COMMIT" : "ep_table_of_contents/static/js/aceEditEvent:aceEditEvent",
"handleClientMessage_NEW_CHANGES" : "ep_table_of_contents/static/js/aceEditEvent:aceEditEvent",
"postAceInit" : "ep_table_of_contents/static/js/postAceInit:postAceInit"
}
}
]
}