forked from mike05/plg_TagSphere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tagSphere.xml
87 lines (73 loc) · 2.79 KB
/
tagSphere.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin" group="content" method="upgrade">
<name>Content - TagSphere</name>
<author>Michael Gollner</author>
<creationDate>03.09.2015</creationDate>
<copyright>Copyright (c) 2015 by Michael Gollner</copyright>
<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.it-mg.net</authorUrl>
<version>1.2</version>
<description>PLG_TAGSPHERE_DESC</description>
<files>
<filename plugin="tagSphere">tagSphere.php</filename>
<filename>index.html</filename>
<folder>js</folder>
</files>
<languages folder="language">
<language tag="de-DE">de-DE.plg_content_tagSphere.ini</language>
<language tag="de-DE">de-DE.plg_content_tagSphere.sys.ini</language>
<language tag="en-GB">en-GB.plg_content_tagSphere.ini</language>
<language tag="en-GB">en-GB.plg_content_tagSphere.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field name="usejQuery" type="radio"
default="0"
description="PLG_TAGSPHERE_USE_JQUERY_DESC"
label="PLG_TAGSPHERE_USE_JQUERY_LABEL"
>
<option value="0">JOFF</option>
<option value="1">JON</option>
</field>
<field name="width" type="text"
default="320"
description="PLG_TAGSPHERE_WIDTH_DESC"
label="PLG_TAGSPHERE_WIDTH_LABEL"
size="5"
/>
<field name="height" type="text"
default="240"
description="PLG_TAGSPHERE_HEIGHT_DESC"
label="PLG_TAGSPHERE_HEIGHT_LABEL"
/>
<field name="speed" type="text"
default="3"
description="PLG_TAGSPHERE_SPEED_DESC"
label="PLG_TAGSPHERE_SPEED_LABEL"
/>
<field name="radius" type="text"
default="50"
description="PLG_TAGSPHERE_RADIUS_DESC"
label="PLG_TAGSPHERE_RADIUS_LABEL"
/>
<field name="fontMultiplier" type="text"
default="20"
description="PLG_TAGSPHERE_FONT_MULTI_DESC"
label="PLG_TAGSPHERE_FONT_MULTI_LABEL"
/>
<field name="fontcolor" type="color"
default="#000000"
description="PLG_TAGSPHERE_FONT_COLOR_DESC"
label="PLG_TAGSPHERE_FONT_COLOR_LABEL"
/>
<field name="bgcolor" type="color"
default="transparent"
description="PLG_TAGSPHERE_BG_COLOR_DESC"
label="PLG_TAGSPHERE_BG_COLOR_LABEL"
/>
</fieldset>
</fields>
</config>
</extension>