This repository was archived by the owner on Jun 6, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathextension.json
More file actions
75 lines (75 loc) · 1.96 KB
/
extension.json
File metadata and controls
75 lines (75 loc) · 1.96 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "BlueSpiceEchoConnector",
"license-name": "GPL-3.0",
"version": "3.0.0-alpha",
"url": "https://help.bluespice.com/index.php/BlueSpiceEchoConnector",
"author": [
"Sebastian Ulbricht",
"Robert Vogel",
"Dejan Savuljesku"
],
"descriptionmsg": "bs-echoconnector-extension-description",
"type": "bluespice",
"attributes": {
"BlueSpiceFoundation": {
"Notifiers": {
"bsecho": "\\BlueSpice\\EchoConnector\\Notifier\\NotificationsEchoNotifier"
},
"NotificationRegistrationFunctions": [
"\\BlueSpice\\EchoConnector\\Extension::registerNotifications"
]
},
"BlueSpiceEchoConnector": {
"ParamParsers": {},
"NotificationIcons": {
"delete": {
"path": "BlueSpiceEchoConnector/resources/images/delete.png"
}
}
}
},
"MessagesDirs": {
"BlueSpiceEchoConnector": [
"i18n",
"i18n/notifications"
]
},
"Hooks": {
"ArticleDeleteComplete": [
"\\BlueSpice\\EchoConnector\\Hook\\ArticleDeleteComplete\\NotifyUsers::callback"
],
"TitleMoveComplete": [
"\\BlueSpice\\EchoConnector\\Hook\\TitleMoveComplete\\NotifyUsers::callback"
],
"PageContentSaveComplete": [
"\\BlueSpice\\EchoConnector\\Hook\\PageContentSaveComplete\\NotifyUsers::callback"
],
"BSUserManagerAfterAddUser": [
"\\BlueSpice\\EchoConnector\\Hook\\BSUserManagerAfterAddUser\\NotifyUsers::callback"
],
"EchoGetNotificationTypes": [
"\\BlueSpice\\EchoConnector\\Hook\\EchoGetNotificationTypes\\GetNotificationTypesForEvent::callback"
],
"EchoGetBundleRules": [
"\\BlueSpice\\EchoConnector\\Hook\\EchoGetBundleRules\\GetBundleRules::callback"
]
},
"config_prefix": "bsg",
"config": {
"EchoHtmlMailTemplatePath": {
"value": "/templates",
"path": true
},
"EchoHtmlMailTemlateNames": {
"value": {
"single": "SingleMail",
"digest": "Digest",
"primary_link": "PrimaryLink",
"secondary_link": "SecondaryLink",
"digest_list": "DigestList"
}
}
},
"load_composer_autoloader": true,
"manifest_version": 2
}