forked from ether/ep_table_of_contents
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ep.json
23 lines (23 loc) · 958 Bytes
/
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
{
"parts": [
{
"name": "ep_table_of_contents",
"post": ["ep_etherpad-lite/static", "ep_page_view/page_view"],
"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": {
"aceDomLineProcessLineAttributes": "ep_table_of_contents/static/dist/bundle",
"aceInitialingDomLines": "ep_table_of_contents/static/dist/bundle",
"aceCustomElementRemoved": "ep_table_of_contents/static/dist/bundle",
"postAceInit": "ep_table_of_contents/static/dist/bundle",
"aceEditorCSS": "ep_table_of_contents/static/dist/bundle",
"handleClientMessage_CUSTOM": "ep_table_of_contents/static/dist/bundle"
}
}
]
}