forked from JohnMcLear/ep_page_view
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathep.json
More file actions
39 lines (39 loc) · 1.51 KB
/
ep.json
File metadata and controls
39 lines (39 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"parts": [
{
"name": "page_view",
"pre": ["ep_script_simple_page_view/preLoader"],
"client_hooks": {
"postAceInit": "ep_script_page_view/static/js/index",
"aceEditorCSS": "ep_script_page_view/static/js/aceEditorCSS",
"aceInitialized": "ep_script_page_view/static/js/pagination",
"aceAttribsToClasses": "ep_script_page_view/static/js/pagination",
"acePostWriteDomLineHTML": "ep_script_page_view/static/js/pagination",
"aceRegisterBlockElements": "ep_script_page_view/static/js/pagination",
"aceRegisterNonScrollableEditEvents": "ep_script_page_view/static/js/pagination",
"collectContentPre": "ep_script_page_view/static/js/paginationSplit",
"aceEditEvent": "ep_script_page_view/static/js/pagination"
},
"hooks": {
"eejsBlock_mySettings": "ep_script_page_view/page_view",
"eejsBlock_styles": "ep_script_page_view/page_view",
"eejsBlock_dd_insert" : "ep_script_page_view/page_view",
"eejsBlock_dd_view" : "ep_script_page_view/page_view"
}
},
{
"name": "aceKeyEvent",
"post": ["ep_script_elements/aceKeyEvent"],
"client_hooks": {
"aceKeyEvent": "ep_script_page_view/static/js/lineMergingOnKeyEvent"
}
},
{
"name": "aceDomLineProcessLineAttributes",
"pre": ["ep_script_elements/aceDomLineProcessLineAttributes"],
"client_hooks": {
"aceDomLineProcessLineAttributes": "ep_script_page_view/static/js/pagination"
}
}
]
}