|
Revision 1492, 0.7 kB
(checked in by Torben Brodt, 21 months ago)
|
|
template and language updates
|
| Line | |
|---|
| 1 | <?xml version="1.0"?> |
|---|
| 2 | <data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com/XSD/options.xsd"> |
|---|
| 3 | <import> |
|---|
| 4 | <categories> |
|---|
| 5 | <category name="general.http.chat"> |
|---|
| 6 | <parent>general.http</parent> |
|---|
| 7 | <showorder>1</showorder> |
|---|
| 8 | </category> |
|---|
| 9 | </categories> |
|---|
| 10 | |
|---|
| 11 | <options> |
|---|
| 12 | <option name="module_xmpp"> |
|---|
| 13 | <categoryname>module.content</categoryname> |
|---|
| 14 | <optiontype>boolean</optiontype> |
|---|
| 15 | <defaultvalue>1</defaultvalue> |
|---|
| 16 | </option> |
|---|
| 17 | <option name="xmpp_http"> |
|---|
| 18 | <categoryname>general.http.chat</categoryname> |
|---|
| 19 | <optiontype>text</optiontype> |
|---|
| 20 | <defaultvalue></defaultvalue> |
|---|
| 21 | <showorder>1</showorder> |
|---|
| 22 | </option> |
|---|
| 23 | </options> |
|---|
| 24 | </import> |
|---|
| 25 | </data> |
|---|