-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtemplateListener.xml
More file actions
35 lines (35 loc) · 1.5 KB
/
templateListener.xml
File metadata and controls
35 lines (35 loc) · 1.5 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
35
<?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>
<delete>
<templatelistener name="faqWysiwygBeforeEditorJavaScript">
<environment>user</environment>
<templatename>wysiwyg</templatename>
<eventname>wysiwyg</eventname>
</templatelistener>
<templatelistener name="faqWysiwygBeforeEditorJavaScript">
<environment>user</environment>
<templatename>wysiwyg</templatename>
<eventname>beforeEditorJavaScript</eventname>
</templatelistener>
</delete>
</data>