-
Notifications
You must be signed in to change notification settings - Fork 1
/
objectType.xml
39 lines (39 loc) · 1.47 KB
/
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
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/5.4/objectType.xsd">
<import>
<type>
<name>dev.tkirch.wsc.faq.category</name>
<definitionname>com.woltlab.wcf.category</definitionname>
<classname>wcf\system\category\FaqCategoryType</classname>
</type>
<type>
<name>dev.tkirch.wsc.faq.category</name>
<definitionname>com.woltlab.wcf.acl</definitionname>
</type>
<type>
<name>dev.tkirch.wsc.faq.question</name>
<definitionname>com.woltlab.wcf.message</definitionname>
</type>
<type>
<name>dev.tkirch.wsc.faq.question</name>
<definitionname>com.woltlab.wcf.attachment.objectType</definitionname>
<classname>wcf\system\attachment\FaqQuestionAttachmentObjectType</classname>
</type>
<type>
<name>dev.tkirch.wsc.faq.question</name>
<definitionname>com.woltlab.wcf.searchableObjectType</definitionname>
<classname>wcf\system\search\FaqQuestionSearch</classname>
<searchindex>wcf1_faq_questions_search_index</searchindex>
</type>
<type>
<name>dev.tkirch.wsc.faq.faqCategories</name>
<definitionname>com.woltlab.wcf.boxController</definitionname>
<classname>wcf\system\box\FaqCategoriesBoxController</classname>
</type>
</import>
<delete>
<type name="dev.tkirch.wsc.faq.question.search.index">
<definitionname>com.woltlab.wcf.rebuildData</definitionname>
</type>
</delete>
</data>