0bccbc5ce1
- default value given to panelDisplyLocation if missing instead of showing an error msg - sending an error msg when user tries to use the plugin if settings are missing - send a warn msg in the console on server start and when using the plugin if settings are missing
23 lines
1.1 KiB
JSON
23 lines
1.1 KiB
JSON
{
|
|
"parts":[
|
|
{
|
|
"name": "ep_email_notifications",
|
|
"hooks": {
|
|
"padUpdate": "ep_email_notifications/update",
|
|
"handleMessage": "ep_email_notifications/handleMessage",
|
|
"eejsBlock_scripts": "ep_email_notifications/client",
|
|
"eejsBlock_mySettings": "ep_email_notifications/client:eejsBlock_mySettings",
|
|
"eejsBlock_styles": "ep_email_notifications/client:eejsBlock_styles",
|
|
"clientVars": "ep_email_notifications/client:clientVars",
|
|
"expressCreateServer" : "ep_email_notifications/index:registerRoute"
|
|
},
|
|
"client_hooks": {
|
|
"postAceInit":"ep_email_notifications/static/js/ep_email:postAceInit",
|
|
"handleClientMessage_emailSubscriptionSuccess":"ep_email_notifications/static/js/ep_email",
|
|
"handleClientMessage_emailUnsubscriptionSuccess":"ep_email_notifications/static/js/ep_email",
|
|
"handleClientMessage_emailNotificationGetUserInfo":"ep_email_notifications/static/js/ep_email",
|
|
"handleClientMessage_emailNotificationMissingParams":"ep_email_notifications/static/js/ep_email"
|
|
}
|
|
}
|
|
]
|
|
}
|