-
Notifications
You must be signed in to change notification settings - Fork 1
/
templateListener.xml
23 lines (23 loc) · 1.09 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
<?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/5.4/templatelistener.xsd">
<import>
<templatelistener name="faqWysiwygBeforeEditorJavaScript">
<environment>user</environment>
<templatename>shared_wysiwyg</templatename>
<eventname>wysiwyg</eventname>
<templatecode><![CDATA[{include file='shared_faqWysiwygJavaScript'}]]></templatecode>
</templatelistener>
<templatelistener name="faqWysiwygBeforeEditorJavaScriptAdmin">
<environment>admin</environment>
<templatename>shared_wysiwyg</templatename>
<eventname>wysiwyg</eventname>
<templatecode><![CDATA[{include file='shared_faqWysiwygJavaScript'}]]></templatecode>
</templatelistener>
<templatelistener name="searchAreaFaqSettings">
<environment>user</environment>
<templatename>pageHeaderSearch</templatename>
<eventname>settings</eventname>
<templatecode><![CDATA[{include file='__searchAreaFaqSettings'}]]></templatecode>
</templatelistener>
</import>
</data>