| Current Path : /var/www/modules/mod_cnotes/ |
| Current File : /var/www/modules/mod_cnotes/mod_cnotes.xml |
<?xml version="1.0" encoding="utf-8"?>
<extension
type="module"
version="2.5"
client="site"
method="upgrade">
<name>mod_cnotes</name>
<author>Daniel Dimitrov</author>
<creationDate>July 2010</creationDate>
<copyright>Copyright (C) 2008 - 2012 compojoom.com. </copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>daniel@compojoom.com</authorEmail>
<authorUrl>http://compojoom.com</authorUrl>
<version>2.5.0</version>
<description>Notes</description>
<files>
<file>helper.php</file>
<file module="mod_cnotes">mod_cnotes.php</file>
<folder>tmpl</folder>
</files>
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.mod_cnotes.ini</language>
<language tag="en-GB">en-GB/en-GB.mod_cnotes.sys.ini</language>
</languages>
<media destination="mod_cnotes" folder="media/mod_cnotes">
<folder>css</folder>
<folder>images</folder>
<folder>js</folder>
</media>
<config>
<fields name="params">
<fieldset name="advanced">
<field
name="layout"
type="modulelayout"
label="JFIELD_ALT_LAYOUT_LABEL"
description="JFIELD_ALT_MODULE_LAYOUT_DESC"/>
<field
name="moduleclass_sfx"
type="text"
label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"
description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC"/>
<field
name="cache"
type="list"
default="1"
label="COM_MODULES_FIELD_CACHING_LABEL"
description="COM_MODULES_FIELD_CACHING_DESC">
<option
value="1">JGLOBAL_USE_GLOBAL
</option>
<option
value="0">COM_MODULES_FIELD_VALUE_NOCACHING
</option>
</field>
<field
name="cache_time"
type="text"
default="900"
label="COM_MODULES_FIELD_CACHE_TIME_LABEL"
description="COM_MODULES_FIELD_CACHE_TIME_DESC"/>
<field
name="cachemode"
type="hidden"
default="static">
<option
value="static"></option>
</field>
</fieldset>
</fields>
</config>
</extension>