-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
39 lines (31 loc) · 1.27 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
30
31
32
33
34
35
36
37
38
39
<?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>
<cpname itemtype="string">TangoTV-Showcase</cpname>
<cplogo itemtype="string"></cplogo>
<ver itemtype="string">1.000</ver>
<mgver itemtype="string">1.000</mgver>
<flashplayer>y</flashplayer>
<fullwidget itemtype="boolean">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>y</dcont>
<dcont itemtype="string">y</dcont>
<widgetname itemtype="string">app-name</widgetname>
<description itemtype="string">Tango TV Showcase app</description>
<width itemtype="number">960</width>
<height itemtype="number">540</height>
<author itemtype="group">
<name itemtype="string">Esteban Invernizzi</name>
<email itemtype="string">[email protected]</email>
<link itemtype="string">http://www.fdvsolutions.com/</link>
<organization itemtype="string">FDV Solutions</organization>
</author>
</widget>