forked from ether/ep_font_color
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ep.json
24 lines (24 loc) · 911 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": "main",
"client_hooks": {
"postAceInit": "ep_font_color2/static/js/index",
"aceInitialized": "ep_font_color2/static/js/index",
"aceEditorCSS": "ep_font_color2/static/js/index",
"aceCreateDomLine": "ep_font_color2/static/js/index",
"aceAttribsToClasses": "ep_font_color2/static/js/index",
"collectContentPre": "ep_font_color2/static/js/shared"
},
"hooks": {
"eejsBlock_editbarMenuLeft": "ep_font_color2/index",
"collectContentPre": "ep_font_color2/static/js/shared",
"collectContentPost": "ep_font_color2/static/js/shared",
"exportHtmlAdditionalTagsWithData": "ep_font_color2/exportHTML",
"stylesForExport": "ep_font_color2/exportHTML",
"getLineHTMLForExport": "ep_font_color2/exportHTML",
"eejsBlock_dd_format":"ep_font_color2/index"
}
}
]
}