forked from twbs/bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
29 lines (29 loc) · 1.09 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<widget>
<ThumbIcon itemtype="string"></ThumbIcon>
<BigThumbIcon itemtype="string"></BigThumbIcon>
<ListIcon itemtype="string"></ListIcon>
<BigListIcon itemtype="string"></BigListIcon>
<type itemtype="string">user</type>
<ver itemtype="string"></ver>
<mgver itemtype="string"></mgver>
<fullwidget itemtype="string">y</fullwidget>
<srcctl itemtype="boolean">y</srcctl>
<ticker itemtype="boolean">n</ticker>
<childlock itemtype="boolean">n</childlock>
<audiomute itemtype="boolean">n</audiomute>
<videomute itemtype="boolean">n</videomute>
<dcont itemtype="boolean">y</dcont>
<flashplayer itemtype="boolean">y</flashplayer>
<widgetname itemtype="string">DefaultFlashPrj</widgetname>
<description itemtype="string"></description>
<width itemtype="number">1280</width>
<height itemtype="number">720</height>
<mouse>y</mouse>
<author itemtype="group">
<name itemtype="string"></name>
<email itemtype="string"></email>
<link itemtype="string"></link>
<organization itemtype="string"></organization>
</author>
</widget>