-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathep.json
24 lines (24 loc) · 966 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
24
{
"parts":[
{
"name":"horizontal_line",
"pre": ["ep_etherpad-lite/webaccess"],
"client_hooks":{
"aceEditorCSS": "ep_horizontal_line/static/js/horizontalLine",
"aceDomLineProcessLineAttributes": "ep_horizontal_line/static/js/horizontalLine",
"postAceInit":"ep_horizontal_line/static/js/horizontalLine",
"aceInitialized":"ep_horizontal_line/static/js/horizontalLine",
"aceAttribsToClasses":"ep_horizontal_line/static/js/horizontalLine",
"collectContentPre":"ep_horizontal_line/static/js/shared",
"aceRegisterBlockElements":"ep_horizontal_line/static/js/horizontalLine"
},
"hooks":{
"collectContentPre":"ep_horizontal_line/static/js/shared",
"collectContentPost":"ep_horizontal_line/static/js/shared",
"eejsBlock_editbarMenuLeft":"ep_horizontal_line/horizontalLine",
"getLineHTMLForExport":"ep_horizontal_line/horizontalLine",
"eejsBlock_styles": "ep_horizontal_line/horizontalLine"
}
}
]
}