1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00
Tims-Chat/option.xml
2011-12-09 19:50:21 +01:00

19 lines
598 B
XML

<?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/options.xsd">
<import>
<categories>
<category name="chat"></category>
<category name="chat.general">
<parent>chat</parent>
</category>
</categories>
<options>
<option name="chat_active">
<categoryname>chat.general</categoryname>
<optiontype>boolean</optiontype>
<defaultvalue><![CDATA[1]]></defaultvalue>
</option>
</options>
</import>
</data>