-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.xml
21 lines (20 loc) · 878 Bytes
/
box.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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/2019/box.xsd">
<import>
<box identifier="com.uz.wcf.poll.featured">
<name language="de">Beworbene Umfrage</name>
<name language="en">Featured Poll</name>
<boxType>system</boxType>
<objectType>com.uz.wcf.poll.featured</objectType>
<position>sidebarRight</position>
<showHeader>1</showHeader>
<visibleEverywhere>0</visibleEverywhere>
<content language="de">
<title>Beworbene Umfrage</title>
</content>
<content language="en">
<title>Featured Poll</title>
</content>
</box>
</import>
</data>