-
Notifications
You must be signed in to change notification settings - Fork 1
/
templateListener.xml
39 lines (35 loc) · 1.82 KB
/
templateListener.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
27
28
29
30
31
32
33
34
35
36
37
38
39
<?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/templatelistener.xsd">
<import>
<templatelistener name="messageFormSettingsPostAnonymization">
<environment>user</environment>
<templatename>messageFormSettings</templatename>
<eventname>settings</eventname>
<templatecode><![CDATA[{include file='__messageFormSettingsPostAnonymization' application='wbb'}]]></templatecode>
</templatelistener>
<templatelistener name="messageFormSettingsInlinePostAnonymization">
<environment>user</environment>
<templatename>messageFormSettingsInline</templatename>
<eventname>settings</eventname>
<templatecode><![CDATA[{include file='__messageFormSettingsInlinePostAnonymization' application='wbb'}]]></templatecode>
</templatelistener>
<templatelistener name="messageSidebarAnonymization">
<environment>user</environment>
<templatename>messageSidebar</templatename>
<eventname>header</eventname>
<templatecode><![CDATA[{include file='__messageSidebarAnonymization' application='wbb'}]]></templatecode>
</templatelistener>
<templatelistener name="boardAddAnonymizationProperties">
<environment>admin</environment>
<templatename>boardAdd</templatename>
<eventname>properties</eventname>
<templatecode><![CDATA[{include file='__boardAddAnonymizationProperties' application='wbb'}]]></templatecode>
</templatelistener>
<templatelistener name="boardAddAnonymizationStyleFields">
<environment>admin</environment>
<templatename>boardAdd</templatename>
<eventname>styleFields</eventname>
<templatecode><![CDATA[{include file='__boardAddAnonymizationStyleFields' application='wbb'}]]></templatecode>
</templatelistener>
</import>
</data>