This repository has been archived by the owner on May 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.xml
executable file
·60 lines (59 loc) · 1.86 KB
/
options.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0"?>
<!DOCTYPE data SYSTEM "http://www.woltlab.com/DTDs/options.dtd">
<data>
<import>
<categories>
<category name="board.post.filter">
<parent>board.post</parent>
</category>
</categories>
<options>
<option name="module_filter_content">
<categoryname>module.content</categoryname>
<optiontype>boolean</optiontype>
<default>0</default>
</option>
<option name="module_filter_feeds">
<categoryname>module.content</categoryname>
<optiontype>boolean</optiontype>
<default>0</default>
</option>
<option name="message_filter_thread_view_links">
<categoryname>board.post.filter</categoryname>
<optiontype>boolean</optiontype>
<showorder>1</showorder>
</option>
<option name="message_filter_thread_view_images">
<categoryname>board.post.filter</categoryname>
<optiontype>boolean</optiontype>
<showorder>2</showorder>
</option>
<option name="message_filter_thread_view_objects">
<categoryname>board.post.filter</categoryname>
<optiontype>boolean</optiontype>
<showorder>3</showorder>
</option>
<option name="message_filter_thread_view_quotes">
<categoryname>board.post.filter</categoryname>
<optiontype>boolean</optiontype>
<showorder>4</showorder>
</option>
<option name="message_filter_thread_view_code">
<categoryname>board.post.filter</categoryname>
<optiontype>boolean</optiontype>
<showorder>5</showorder>
</option>
<option name="message_filter_thread_view_shorten">
<categoryname>board.post.filter</categoryname>
<optiontype>integer</optiontype>
<showorder>6</showorder>
<defaultvalue>-1</defaultvalue>
</option>
<option name="message_filter_thread_view">
<categoryname>board.post.filter</categoryname>
<optiontype>textarea</optiontype>
<showorder>7</showorder>
</option>
</options>
</import>
</data>