root/trunk/de.inside.wcf.Gewinnspiel/options.xml @ 516

Revision 516, 0.7 kB (checked in by Tatzelwurm, 5 years ago)

Gewinnspiel für das WCF

  • Property svn:mime-type set to text/plain
  • Property svn:executable set to *
Line 
1<?xml version="1.0"?>
2<!DOCTYPE data SYSTEM "http://www.woltlab.com/DTD/options.dtd">
3
4<data>
5        <import>
6                <categories>
7                        <category name="gewinnspiel"></category>
8                        <category name="gewinnspiel.general">
9                                <parent>gewinnspiel</parent>
10                        </category>
11                </categories>
12                <options>
13                        <option name="gewinnspiel_offline">
14                                <categoryname>gewinnspiel.general</categoryname>
15                                <optiontype>boolean</optiontype>
16                                <enableoptions><![CDATA[gewinnspiel_offline_message]]></enableoptions>
17                        </option>
18                        <option name="gewinnspiel_offline_message">
19                                <categoryname>gewinnspiel.general</categoryname>
20                                <optiontype>textarea</optiontype>
21                        </option>
22                </options>
23        </import>
24</data>
Note: See TracBrowser for help on using the browser.