-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoption.xml
More file actions
53 lines (49 loc) · 2.07 KB
/
option.xml
File metadata and controls
53 lines (49 loc) · 2.07 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?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/2019/option.xsd">
<import>
<categories>
<category name="uzbot"></category>
<category name="uzbot.general">
<parent>uzbot</parent>
<showorder>1</showorder>
</category>
<category name="uzbot.general.data">
<parent>uzbot</parent>
<showorder>1</showorder>
</category>
<category name="uzbot.general.log">
<parent>uzbot</parent>
<showorder>2</showorder>
</category>
</categories>
<options>
<option name="module_uzbot">
<categoryname>module.community</categoryname>
<optiontype>boolean</optiontype>
<defaultvalue>1</defaultvalue>
</option>
<option name="uzbot_data_limit_user">
<categoryname>uzbot.general.data</categoryname>
<optiontype>integer</optiontype>
<defaultvalue>300</defaultvalue>
<minvalue>50</minvalue>
<maxvalue>5000</maxvalue>
</option>
<option name="uzbot_data_limit_comment">
<categoryname>uzbot.general.data</categoryname>
<optiontype>integer</optiontype>
<defaultvalue>300</defaultvalue>
<minvalue>50</minvalue>
<maxvalue>5000</maxvalue>
</option>
<option name="uzbot_log_delete">
<categoryname>uzbot.general.log</categoryname>
<optiontype>integer</optiontype>
<defaultvalue>30</defaultvalue>
<minvalue>1</minvalue>
<maxvalue>365</maxvalue>
<suffix>days</suffix>
</option>
</options>
</import>
</data>