This repository has been archived by the owner on Aug 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplateListener.xml
39 lines (35 loc) · 1.93 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 https://www.woltlab.com/XSD/5.4/templateListener.xsd">
<import>
<templatelistener name="openAuthLogin3rdpartyButtons">
<environment>user</environment>
<templatename>login</templatename>
<eventname>3rdpartyButtons</eventname>
<templatecode><![CDATA[{include file='__openAuthLogin'}]]></templatecode>
</templatelistener>
<templatelistener name="openAuthPageHeaderUser3rdpartyButtons">
<environment>user</environment>
<templatename>pageHeaderUser</templatename>
<eventname>3rdpartyButtons</eventname>
<templatecode><![CDATA[{include file='__openAuthLogin'}]]></templatecode>
</templatelistener>
<templatelistener name="openAuthAccountManagement3rdpartyFields">
<environment>user</environment>
<templatename>accountManagement</templatename>
<eventname>3rdpartyFields</eventname>
<templatecode><![CDATA[{include file='__openAuthAccountManagement3rdpartyFields'}]]></templatecode>
</templatelistener>
<templatelistener name="openAuthAvatarEditAvatarFields">
<environment>user</environment>
<templatename>avatarEdit</templatename>
<eventname>avatarFields</eventname>
<templatecode><![CDATA[{include file='__openAuthAvatarEditAvatarFields'}]]></templatecode>
</templatelistener>
<templatelistener name="openAuthAvatarEditAvatarFieldsAdmin">
<environment>admin</environment>
<templatename>userAdd</templatename>
<eventname>avatarFields</eventname>
<templatecode><![CDATA[{include file='__openAuthAvatarEditAvatarFields'}]]></templatecode>
</templatelistener>
</import>
</data>