-
Notifications
You must be signed in to change notification settings - Fork 0
/
templateDetails.xml
51 lines (51 loc) · 2.31 KB
/
templateDetails.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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE install PUBLIC "-//Joomla! 2.5//DTD template 1.0//EN" "http://www.joomla.org/xml/dtd/2.5/template-install.dtd">
<extension version="3.3" type="template" client="site" method="upgrade">
<name>seb_tabs</name>
<creationDate>12/11/2014</creationDate>
<author>Rene Bentes Pinto</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl></authorUrl>
<copyright>Copyright (C) 2014 Rene Bentes Pinto, Inc. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>0.1.0</version>
<description>TPL_SEB_TABS_XML_DESCRIPTION</description>
<files>
<folder>css</folder>
<folder>fields</folder>
<folder>images</folder>
<folder>includes</folder>
<folder>languages</folder>
<folder>positions</folder>
<folder>variations</folder>
<filename>CHANGELOG.md</filename>
<filename>config.php</filename>
<filename>index.html</filename>
<filename>index.php</filename>
<filename>LICENSE</filename>
<filename>README.md</filename>
<filename>template_preview.png</filename>
<filename>template_thumbnail.png</filename>
<filename>templateDetails.xml</filename>
</files>
<languages folder="languages">
<language tag="pt-BR">pt-BR/pt-BR.tpl_seb_tabs.ini</language>
<language tag="pt-BR">pt-BR/pt-BR.tpl_seb_tabs.sys.ini</language>
</languages>
<positions>
<position />
<position>tab</position>
<position>content</position>
</positions>
<config addfieldpath="/libraries/cck/construction/field">
<fields name="params">
<fieldset name="fields" label="TPL_SEB_TABS_LEGEND_FIELDS">
<field name="cck_client_item" type="hidden" default="0" />
<field name="class" type="cck" construction="core_dev_text" default="" label="TPL_SEB_TABS_CLASS" description="" class="inputbox" />
<field name="class_content" type="cck" construction="core_dev_text" default="" label="TPL_SEB_TABS_CLASS_CONTENT" description="" class="inputbox" />
<field name="field_label" type="cck" construction="core_field_label" default="1" label="TPL_SEB_TABS_SHOW_LABEL" description="" class="inputbox" />
<field name="field_description" type="cck" construction="core_field_description" default="0" label="TPL_SEB_TABS_SHOW_DESCRIPTION" description="" class="inputbox" />
</fieldset>
</fields>
</config>
</extension>