-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathuserNotificationEvent.xml
More file actions
34 lines (31 loc) · 1.26 KB
/
userNotificationEvent.xml
File metadata and controls
34 lines (31 loc) · 1.26 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
<?xml version="1.0" encoding="UTF-8"?>
<data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.woltlab.com" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/userNotificationEvent.xsd">
<import>
<!-- news comments -->
<event>
<name>update</name>
<objecttype>de.codequake.cms.news.notification</objecttype>
<classname>cms\system\user\notification\event\NewsUpdateUserNotificationEvent</classname>
<preset>1</preset>
</event>
<event>
<name>comment</name>
<objecttype>de.codequake.cms.news.comment.notification</objecttype>
<classname>cms\system\user\notification\event\NewsCommentUserNotificationEvent</classname>
<preset>1</preset>
</event>
<event>
<name>commentResponse</name>
<objecttype>de.codequake.cms.news.comment.response.notification</objecttype>
<classname>cms\system\user\notification\event\NewsCommentResponseUserNotificationEvent</classname>
<preset>1</preset>
</event>
<event>
<name>commentResponseOwner</name>
<objecttype>de.codequake.cms.news.comment.response.notification</objecttype>
<classname>cms\system\user\notification\event\NewsCommentResponseOwnerUserNotificationEvent</classname>
<preset>1</preset>
</event>
<!-- /news comments -->
</import>
</data>