2013-01-29 17:35:40 +00:00
|
|
|
{
|
|
|
|
"parts":[
|
|
|
|
{
|
2013-01-29 17:40:27 +00:00
|
|
|
"name": "ep_email_notifications",
|
2013-01-29 17:35:40 +00:00
|
|
|
"hooks": {
|
2013-01-30 00:21:21 +00:00
|
|
|
"padUpdate": "ep_email_notifications/update",
|
2013-01-31 01:57:12 +00:00
|
|
|
"handleMessage": "ep_email_notifications/handleMessage",
|
2013-01-30 00:21:21 +00:00
|
|
|
"eejsBlock_scripts": "ep_email_notifications/client",
|
2013-03-27 01:19:27 +00:00
|
|
|
"eejsBlock_mySettings": "ep_email_notifications/client:eejsBlock_mySettings",
|
2013-03-30 00:34:19 +00:00
|
|
|
"eejsBlock_styles": "ep_email_notifications/client:eejsBlock_styles",
|
2013-04-02 03:14:01 +00:00
|
|
|
"clientVars": "ep_email_notifications/client:clientVars",
|
|
|
|
"expressCreateServer" : "ep_email_notifications/index:registerRoute"
|
2013-01-29 17:35:40 +00:00
|
|
|
},
|
|
|
|
"client_hooks": {
|
2013-01-31 15:49:45 +00:00
|
|
|
"postAceInit":"ep_email_notifications/static/js/ep_email:postAceInit",
|
2013-03-26 19:44:34 +00:00
|
|
|
"handleClientMessage_emailSubscriptionSuccess":"ep_email_notifications/static/js/ep_email",
|
|
|
|
"handleClientMessage_emailUnsubscriptionSuccess":"ep_email_notifications/static/js/ep_email",
|
2013-04-04 18:39:43 +00:00
|
|
|
"handleClientMessage_emailNotificationGetUserInfo":"ep_email_notifications/static/js/ep_email",
|
|
|
|
"handleClientMessage_emailNotificationMissingParams":"ep_email_notifications/static/js/ep_email"
|
2013-01-29 17:35:40 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|