-
Notifications
You must be signed in to change notification settings - Fork 2
/
objectType.xml
26 lines (23 loc) · 1023 Bytes
/
objectType.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/vortex/objectType.xsd">
<import>
<!-- ACL -->
<type>
<name>at.megathorx.wsc_api.apiSecret</name>
<definitionname>com.woltlab.wcf.acl</definitionname>
</type>
<!-- /ACL -->
<type>
<name>at.megathorx.wsc_api.api_notification</name>
<definitionname>com.woltlab.wcf.notification.objectType</definitionname>
<classname>wcf\system\user\notification\object\type\ApiNotificationUserNotificationObjectType</classname>
<category>at.megathorx.wsc_api</category>
</type>
<type>
<name>at.megathorx.wsc_api.api_notification_email</name>
<definitionname>com.woltlab.wcf.notification.objectType</definitionname>
<classname>wcf\system\user\notification\object\type\ApiNotificationUserNotificationObjectType</classname>
<category>at.megathorx.wsc_api</category>
</type>
</import>
</data>