-
Notifications
You must be signed in to change notification settings - Fork 0
/
htmlmap.xml
42 lines (36 loc) · 1.53 KB
/
htmlmap.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
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" group="cck_field" version="2.5" method="upgrade">
<name>plg_cck_field_htmlmap</name>
<author>Jaime Garza</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://www.seblod.com</authorUrl>
<copyright>Copyright (C) 2013 SEBLOD. All Rights Reserved.</copyright>
<license>GNU General Public License version 2 or later.</license>
<creationDate>September 2014</creationDate>
<description>SEBLOD 3.x - www.seblod.com // by Jaime Garza - www.example.com</description>
<version>1.0.0</version>
<scriptfile>install/script.php</scriptfile>
<files>
<folder>assets</folder>
<folder>classes</folder>
<folder>install</folder>
<folder>tmpl</folder>
<filename plugin="htmlmap">htmlmap.php</filename>
<filename>index.html</filename>
</files>
<languages folder="languages">
<language tag="en-GB">en-GB/en-GB.plg_cck_field_htmlmap.ini</language>
<language tag="en-GB">en-GB/en-GB.plg_cck_field_htmlmap.sys.ini</language>
</languages>
<config>
<fields name="params" addfieldpath="/libraries/cck/construction/field">
<fieldset name="basic">
<field name="" type="spacer" hr="false" />
</fieldset>
<fieldset name="advanced">
<field name="group" type="text" default="PLG_CCK_FIELD_GROUP_PICKER" label="LIB_CCK_GROUP_LABEL" size="60" description="LIB_CCK_FIELD_GROUP_DESC" />
<field name="export" type="cckexport" default="" label="LIB_CCK_EXPORT_LABEL" description="LIB_CCK_FIELD_EXPORT_DESC" />
</fieldset>
</fields>
</config>
</extension>