-
Notifications
You must be signed in to change notification settings - Fork 3
/
option.xml
27 lines (25 loc) · 927 Bytes
/
option.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
<?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="general.system.nodePush">
<parent>general.system</parent>
</category>
</categories>
<options>
<option name="push_backend">
<categoryname>general.system.nodePush</categoryname>
<optiontype>text</optiontype>
<defaultvalue><![CDATA[\wcf\system\nodePush\NodePushHandler]]></defaultvalue>
<hidden>1</hidden>
</option>
<option name="nodepush_host">
<categoryname>general.system.nodePush</categoryname>
<optiontype>text</optiontype>
<defaultvalue><![CDATA[]]></defaultvalue>
<showorder>1</showorder>
<validationpattern>^(?:(?:https?:)?//|$)</validationpattern>
</option>
</options>
</import>
</data>