Fixed quick reply issues with empty messages
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / userOption.xml
CommitLineData
9544b6b4
MW
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>
55c5f818 8 <editable>3</editable>
9544b6b4
MW
9 <selectoptions><![CDATA[0:wcf.user.access.registered
101:wcf.user.access.following
112:wcf.user.access.nobody]]></selectoptions>
c3c82477 12 <defaultvalue>0</defaultvalue>
9544b6b4
MW
13 </option>
14
15 <option name="conversationsPerPage">
4eb790c2 16 <categoryname>settings.general.appearance</categoryname>
9544b6b4 17 <optiontype>select</optiontype>
55c5f818 18 <editable>3</editable>
9544b6b4
MW
19 <defaultvalue>0</defaultvalue>
20 <selectoptions><![CDATA[0:wcf.global.defaultValue
215
2210
2320
2430
2540]]></selectoptions>
26 <options>module_conversation</options>
27 </option>
28 <option name="conversationMessagesPerPage">
4eb790c2 29 <categoryname>settings.general.appearance</categoryname>
9544b6b4 30 <optiontype>select</optiontype>
55c5f818 31 <editable>3</editable>
9544b6b4
MW
32 <defaultvalue>0</defaultvalue>
33 <selectoptions><![CDATA[0:wcf.global.defaultValue
345
3510
3620
3730
3840]]></selectoptions>
39 <options>module_conversation</options>
40 </option>
41 </options>
42 </import>
43</data>