root/donation/groupoptions.xml @ 61

Revision 61, 318 bytes (checked in by d0nut, 6 years ago)

donation made some organizational steps forward. The optional packages now have dummy files for cronjobs, eventlisteners and icons. the concept will work ;)

Line 
1<?xml version="1.0"?>
2<!DOCTYPE data SYSTEM "http://www.woltlab.com/DTDs/options.dtd">
3<data> 
4        <import>
5                <options>
6                        <option name="user.donation.header">
7                                <categoryname>user.board</categoryname>
8                                <optiontype>boolean</optiontype>
9                                <defaultvalue>0</defaultvalue>
10                        </option>
11                </options>
12        </import>
13</data>
Note: See TracBrowser for help on using the browser.