-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod_dimage_360.xml
52 lines (42 loc) · 1.61 KB
/
mod_dimage_360.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
<?xml version = "1.0" encoding = "utf-8"?>
<extension type = "module" version = "3.1.0" client = "site" method="upgrade">
<name>DImage 360</name>
<creationDate>January 2018</creationDate>
<author>D'arteweb</author>
<authorEmail>contact@darteweb.com</authorEmail>
<authorUrl>http://www.darteweb.com</authorUrl>
<copyright>(C) 2011 - 2018 D'arteweb, All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>1.0.0</version>
<description>The DImage module provide feature to load 360 degree image on Joomla articles. If you face any issue you can contact author or support at contact@darteweb.com. For any advancement you want, you can contact us.</description>
<files>
<filename>mod_dimage_360.xml</filename>
<filename module="mod_dimage_360">mod_dimage_360.php</filename>
<filename>index.html</filename>
<filename>helper.php</filename>
<folder>tmpl</folder>
</files>
<config>
<fields name="params">
<fieldset name="basic"
addfieldpath="/administrator/components/com_menus/models/fields">
<field
name="logoFile"
type="media"
label="Select Image"
description="Select Image for 360 view"
class=""
value="logo"
default=""/>
<field
name="position"
type="text"
label="Enter Postion (Ex. : 100)"
description="Enter default position for image 360"
class=""
value="logo"
default=""/>
</fieldset>
</fields>
</config>
</extension>