-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathuseroptions.xml
38 lines (38 loc) · 1.22 KB
/
useroptions.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
<?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/user-options.xsd">
<import>
<options>
<option name="entriesPerPage">
<categoryname>settings.display.lists</categoryname>
<optiontype>select</optiontype>
<visible>4</visible>
<defaultvalue>0</defaultvalue>
<selectoptions><![CDATA[0:wcf.global.defaultValue
10
20
30
40
50]]></selectoptions>
</option>
<option name="entryDaysPrune">
<categoryname>settings.display.lists</categoryname>
<optiontype>select</optiontype>
<visible>4</visible>
<defaultvalue>0</defaultvalue>
<selectoptions><![CDATA[0:wcf.global.defaultValue
1:wsif.category.entries.filterByDate.1
3:wsif.category.entries.filterByDate.3
7:wsif.category.entries.filterByDate.7
14:wsif.category.entries.filterByDate.14
30:wsif.category.entries.filterByDate.30
60:wsif.category.entries.filterByDate.60
100:wsif.category.entries.filterByDate.100
365:wsif.category.entries.filterByDate.365
1000:wsif.category.entries.filterByDate.1000]]></selectoptions>
</option>
</options>
</import>
<delete>
<category name="hidden" />
</delete>
</data>