|
Revision 850, 1.0 kB
(checked in by Tatzelwurm, 4 years ago)
|
|
Share project "de.inside.wcf.DLDBMessage" into "https://svn.easy-coding.de/wcf"
Ein Plugin um in der DLDB einen Hinweistest erscheinen zu lassen.
|
-
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/DTDs/options.dtd"> |
|---|
| 3 | |
|---|
| 4 | <data> |
|---|
| 5 | <import> |
|---|
| 6 | <categories> |
|---|
| 7 | <category name="downloaddb"></category> |
|---|
| 8 | <category name="downloaddb.topmessage"> |
|---|
| 9 | <parent>downloaddb</parent> |
|---|
| 10 | <showorder>6</showorder> |
|---|
| 11 | </category> |
|---|
| 12 | </categories> |
|---|
| 13 | <options> |
|---|
| 14 | <option name="downloaddb_top_message"> |
|---|
| 15 | <categoryname>downloaddb.topmessage</categoryname> |
|---|
| 16 | <optiontype>boolean</optiontype> |
|---|
| 17 | <enableoptions><![CDATA[downloaddb_top_message_text,downloaddb_top_message_allow_html]]></enableoptions> |
|---|
| 18 | </option> |
|---|
| 19 | <option name="downloaddb_top_message_text"> |
|---|
| 20 | <categoryname>downloaddb.topmessage</categoryname> |
|---|
| 21 | <optiontype>textarea</optiontype> |
|---|
| 22 | </option> |
|---|
| 23 | <option name="downloaddb_top_message_allow_html"> |
|---|
| 24 | <categoryname>downloaddb.topmessage</categoryname> |
|---|
| 25 | <optiontype>boolean</optiontype> |
|---|
| 26 | <defaultvalue>0</defaultvalue> |
|---|
| 27 | </option> |
|---|
| 28 | </options> |
|---|
| 29 | </import> |
|---|
| 30 | </data> |
|---|