forked from ether/ep_table_of_contents
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ep.json
20 lines (20 loc) · 894 Bytes
/
ep.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"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"
},
"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"
}
}
]
}