Fix travis validation with PHP 5.5
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / userOption.xml
CommitLineData
9544b6b4 1<?xml version="1.0" encoding="utf-8"?>
29482d84 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/vortex/userOption.xsd">
9544b6b4
MW
3 <import>
4 <options>
5 <option name="canSendConversation">
6 <categoryname>settings.privacy.messaging</categoryname>
7 <optiontype>select</optiontype>
55c5f818 8 <editable>3</editable>
f58effd4 9 <selectoptions>0:wcf.user.access.registered
9544b6b4 101:wcf.user.access.following
f58effd4 112:wcf.user.access.nobody</selectoptions>
c3c82477 12 <defaultvalue>0</defaultvalue>
ed534484 13 <options>module_conversation</options>
9544b6b4
MW
14 </option>
15
16 <option name="conversationsPerPage">
4eb790c2 17 <categoryname>settings.general.appearance</categoryname>
9544b6b4 18 <optiontype>select</optiontype>
55c5f818 19 <editable>3</editable>
9544b6b4 20 <defaultvalue>0</defaultvalue>
f58effd4 21 <selectoptions>0:wcf.global.defaultValue
9544b6b4
MW
225
2310
2420
2530
f58effd4 2640</selectoptions>
9544b6b4
MW
27 <options>module_conversation</options>
28 </option>
29 <option name="conversationMessagesPerPage">
4eb790c2 30 <categoryname>settings.general.appearance</categoryname>
9544b6b4 31 <optiontype>select</optiontype>
55c5f818 32 <editable>3</editable>
9544b6b4 33 <defaultvalue>0</defaultvalue>
f58effd4 34 <selectoptions>0:wcf.global.defaultValue
9544b6b4
MW
355
3610
3720
3830
f58effd4 3940</selectoptions>
9544b6b4
MW
40 <options>module_conversation</options>
41 </option>
42 </options>
43 </import>
44</data>