ep_profile_modal
Version:
profile modal for Etherpad
27 lines (25 loc) • 1.1 kB
JSON
{
"parts":[
{
"name":"profile_modal",
"client_hooks":{
"postAceInit":"ep_profile_modal/static/js/index",
"aceInitialized":"ep_profile_modal/static/js/index",
"handleClientMessage_USER_NEWINFO": "ep_profile_modal/static/js/index",
"handleClientMessage_USER_LEAVE" : "ep_profile_modal/static/js/index",
"handleClientMessage_CUSTOM": "ep_profile_modal/static/js/index",
"documentReady" : "ep_profile_modal/static/js/index"
},
"hooks":{
"eejsBlock_styles": "ep_profile_modal/server/generalHooks/blocks",
"eejsBlock_scripts":"ep_profile_modal/server/generalHooks/blocks",
"clientVars": "ep_profile_modal/server/generalHooks/clientVars",
"handleMessage": "ep_profile_modal/server/generalHooks/handleMessage",
"expressConfigure": "ep_profile_modal/server/generalHooks/expressServer",
"expressCreateServer" : "ep_profile_modal/server/adminHooks/admin:registerRoute",
"eejsBlock_adminMenu" : "ep_profile_modal/server/adminHooks/admin:eejsBlock_adminMenu",
"socketio" : "ep_profile_modal/server/adminHooks/admin:socketio"
}
}
]
}