|
Revision 1303, 1.1 kB
(checked in by Torben Brodt, 2 years ago)
|
|
make twitter package upgrade compatible from 1.1.2
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 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="twitter"> |
|---|
| 6 | <parent>user</parent> |
|---|
| 7 | </category> |
|---|
| 8 | </categories> |
|---|
| 9 | <options> |
|---|
| 10 | <option name="module_twitter"> |
|---|
| 11 | <categoryname>module.content</categoryname> |
|---|
| 12 | <optiontype>boolean</optiontype> |
|---|
| 13 | <defaultvalue>1</defaultvalue> |
|---|
| 14 | </option> |
|---|
| 15 | |
|---|
| 16 | <option name="twitter_user"> |
|---|
| 17 | <categoryname>twitter</categoryname> |
|---|
| 18 | <optiontype>text</optiontype> |
|---|
| 19 | <defaultvalue><![CDATA[]]></defaultvalue> |
|---|
| 20 | </option> |
|---|
| 21 | <option name="twitter_consumer_key"> |
|---|
| 22 | <categoryname>twitter</categoryname> |
|---|
| 23 | <optiontype>text</optiontype> |
|---|
| 24 | <defaultvalue><![CDATA[]]></defaultvalue> |
|---|
| 25 | </option> |
|---|
| 26 | <option name="twitter_consumer_secret"> |
|---|
| 27 | <categoryname>twitter</categoryname> |
|---|
| 28 | <optiontype>text</optiontype> |
|---|
| 29 | <defaultvalue><![CDATA[]]></defaultvalue> |
|---|
| 30 | </option> |
|---|
| 31 | </options> |
|---|
| 32 | </import> |
|---|
| 33 | <delete> |
|---|
| 34 | <option name="twitter_email" /> |
|---|
| 35 | <option name="twitter_pass" /> |
|---|
| 36 | </delete> |
|---|
| 37 | </data> |
|---|