forked from wbbaddons/Akismet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoption.xml
More file actions
29 lines (27 loc) · 937 Bytes
/
option.xml
File metadata and controls
29 lines (27 loc) · 937 Bytes
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
<?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/maelstrom/option.xsd">
<import>
<categories>
<category name="security.antispam.akismet">
<parent>security.antispam</parent>
<showorder>1</showorder>
</category>
</categories>
<options>
<!-- module.system -->
<option name="module_system_akismet">
<categoryname>module.system</categoryname>
<optiontype>boolean</optiontype>
<defaultvalue>1</defaultvalue>
</option>
<!-- /module.system -->
<!-- security.antispam.akismet -->
<option name="akismet_api_key">
<categoryname>security.antispam.akismet</categoryname>
<optiontype>text</optiontype>
<validationpattern>^[a-z0-9]*$</validationpattern>
</option>
<!-- /security.antispam.akismet -->
</options>
</import>
</data>