-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathep.json
More file actions
20 lines (20 loc) · 736 Bytes
/
ep.json
File metadata and controls
20 lines (20 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"parts": [
{
"name": "ep_bookmark",
"hooks": {
"eejsBlock_editbarMenuRight": "ep_bookmark/hooks:eejsBlock_editbarMenuRight",
"eejsBlock_styles": "ep_bookmark/hooks:eejsBlock_styles",
"eejsBlock_scripts": "ep_bookmark/hooks:eejsBlock_scripts",
"eejsBlock_body": "ep_bookmark/hooks:eejsBlock_body",
"eejsBlock_editorContainerBox": "ep_bookmark/hooks:eejsBlock_editorContainerBox",
"eejsBlock_indexWrapper": "ep_bookmark/hooks:eejsBlock_indexWrapper"
},
"client_hooks": {
"documentReady": "ep_bookmark/static/js/index",
"postAceInit": "ep_bookmark/static/js/index",
"postToolbarInit": "ep_bookmark/static/js/index"
}
}
]
}