Merge branch '5.3'
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / option.xml
CommitLineData
484e032a 1<?xml version="1.0" encoding="UTF-8"?>
c186cf0b 2<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/2019/option.xsd">
9544b6b4
MW
3 <import>
4 <categories>
5 <category name="message.conversation">
6 <parent>message</parent>
7 <options>module_conversation</options>
8 </category>
9 </categories>
9544b6b4
MW
10 <options>
11 <option name="module_conversation">
763ccf2c 12 <categoryname>module.community</categoryname>
9544b6b4
MW
13 <optiontype>boolean</optiontype>
14 <defaultvalue>1</defaultvalue>
15 </option>
9544b6b4
MW
16 <option name="conversations_per_page">
17 <categoryname>message.conversation</categoryname>
18 <optiontype>integer</optiontype>
5af3f33c
MW
19 <defaultvalue>10</defaultvalue>
20 <minvalue>5</minvalue>
21 <maxvalue>40</maxvalue>
9544b6b4
MW
22 </option>
23 <option name="conversation_messages_per_page">
24 <categoryname>message.conversation</categoryname>
25 <optiontype>integer</optiontype>
5af3f33c
MW
26 <defaultvalue>20</defaultvalue>
27 <minvalue>5</minvalue>
28 <maxvalue>40</maxvalue>
9544b6b4 29 </option>
9544b6b4
MW
30 <option name="conversation_list_default_sort_field">
31 <categoryname>message.conversation</categoryname>
32 <optiontype>select</optiontype>
33 <defaultvalue>lastPostTime</defaultvalue>
f58effd4
MS
34 <selectoptions>subject:wcf.global.subject
35lastPostTime:wcf.conversation.lastPostTime</selectoptions>
9544b6b4
MW
36 </option>
37 <option name="conversation_list_default_sort_order">
38 <categoryname>message.conversation</categoryname>
39 <optiontype>select</optiontype>
40 <defaultvalue>DESC</defaultvalue>
f58effd4
MS
41 <selectoptions>ASC:wcf.global.sortOrder.ascending
42DESC:wcf.global.sortOrder.descending</selectoptions>
9544b6b4
MW
43 </option>
44 </options>
45 </import>
484e032a 46</data>