29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-25 23:02:55 +00:00
cms/modules/mod_custom/mod_custom.xml

62 lines
1.5 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<install
type="module"
version="1.6.0">
<name>mod_custom</name>
<author>Joomla! Project</author>
<creationDate>July 2004</creationDate>
<copyright>Copyright (C) 2005 - 2009 Open Source Matters. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
<version>1.6.0</version>
<description>mod_custom_desc</description>
<fields>
<field
name="prepare_content"
type="radio"
label="Mod_Custom_Prepare_Content_Label"
description="Mod_Custom_Prepare_Content_Desc"
default="1">
<option
value="0">JNo</option>
<option
value="1">JYes</option>
</field>
</fields>
<fields
group="advanced">
<field
name="layout"
type="modulelayout"
label="JField_Alt_Layout_Label"
description="JField_Alt_Module_Layout_Desc" />
<field
name="moduleclass_sfx"
type="text"
default=""
label="Module_Field_Moduleclass_sfx_Label"
description="Module_Field_Moduleclass_sfx_Desc" />
<field
name="cache"
type="list"
default="1"
label="Module_Field_Caching_Label"
description="Module_Field_Caching_Desc">
<option
value="1">Use global</option>
<option
value="0">No caching</option>
</field>
<field
name="cache_time"
type="text"
default="900"
label="Cache Time"
description="The time before the module is recached" />
</fields>
</install>