Merge branch '2.0'
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / userOption.xml
1 <?xml version="1.0" encoding="utf-8"?>
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/maelstrom/userOption.xsd">
3 <import>
4 <options>
5 <option name="canSendConversation">
6 <categoryname>settings.privacy.messaging</categoryname>
7 <optiontype>select</optiontype>
8 <editable>3</editable>
9 <selectoptions><![CDATA[0:wcf.user.access.registered
10 1:wcf.user.access.following
11 2:wcf.user.access.nobody]]></selectoptions>
12 <defaultvalue>0</defaultvalue>
13 <options>module_conversation</options>
14 </option>
15
16 <option name="conversationsPerPage">
17 <categoryname>settings.general.appearance</categoryname>
18 <optiontype>select</optiontype>
19 <editable>3</editable>
20 <defaultvalue>0</defaultvalue>
21 <selectoptions><![CDATA[0:wcf.global.defaultValue
22 5
23 10
24 20
25 30
26 40]]></selectoptions>
27 <options>module_conversation</options>
28 </option>
29 <option name="conversationMessagesPerPage">
30 <categoryname>settings.general.appearance</categoryname>
31 <optiontype>select</optiontype>
32 <editable>3</editable>
33 <defaultvalue>0</defaultvalue>
34 <selectoptions><![CDATA[0:wcf.global.defaultValue
35 5
36 10
37 20
38 30
39 40]]></selectoptions>
40 <options>module_conversation</options>
41 </option>
42 </options>
43 </import>
44 </data>