Your IP : 216.73.216.104


Current Path : /home/p/o/n/poneycluc/www/modules/mod_ja_acm/
Upload File :
Current File : /home/p/o/n/poneycluc/www/modules/mod_ja_acm/mod_ja_acm.xml

<?xml version="1.0" encoding="utf-8"?>
<extension
	type="module"
	version="3.1"
	client="site"
	method="upgrade">
	<name>MOD_JA_ACM</name>
	<author>JoomlArt</author>
	<creationDate>May 2nd, 2024</creationDate>
	<copyright>Copyright © 2005 - 2021 JoomlArt.com. All Rights Reserved.</copyright>
	<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
	<authorEmail>info@joomlart.com</authorEmail>
	<authorUrl>www.joomlart.com</authorUrl>
	<version>2.4.2</version>
	<updateservers>
    <server type="extension">http://update.joomlart.com/service/tracking/j16/mod_ja_acm.xml</server>
	</updateservers>
	<description>
		<![CDATA[
		<div align="left">		
			<div>
				<h1>JA ACM Module for Joomla 3.x and Joomla 4</h1>
				<div style='font-weight: normal'>
					<p>JA ACM module (JoomlArt Advanced Custom module) is to help you build content blocks for your Joomla site easily based on pre-made layouts and styles. The content blocks together will build a landing page or a complete site for you. </p>
				</div>
			</div>
			<br />
			<p>Highlighted features:</p>
			<div style='font-weight: normal'>
				<ul>
					<li style="padding:10px 0px 10px 20px;">12+ block types: At this phase, we round up typical blocks that Uber has to offer. Each block type comes with multiple styles.</li>
					<li style="padding:10px 0px 10px 20px;">Easy editing & defining your page-specific field sets within each block. Each block has its own LESS file, so you have full control to define your own class and style.</li>
					<li style="padding:10px 0px 10px 20px;">Content-creator-friendly: completely separate content & design. No longer mixing HTML syntax embedded inside article.</li>
					<li style="padding:10px 0px 10px 20px;">Allow us to dig deeper into the modular block approach which eases our page management effort.</li>
				</ul>
			</div>
			<br />
			
		</div>
		]]>
	</description>
	<files>
		<filename module="mod_ja_acm">mod_ja_acm.php</filename>
        <filename>mod_ja_acm.xml</filename>
        <filename>chrome.php</filename>
        <filename>helper.php</filename>
        <filename>index.html</filename>
        <folder>admin</folder>
        <folder>language</folder>
        <folder>acm</folder>
    </files>
	<languages>
		<language tag="en-GB">language/en-GB/en-GB.mod_ja_acm.ini</language>
		<language tag="en-GB">language/en-GB/en-GB.mod_ja_acm.sys.ini</language>
	</languages>
	<config>
		<fields name="params" addfieldpath="/modules/mod_ja_acm/admin/fields">
			<fieldset name="basic">
                <field name="jatools-config" type="jaacm" default="1" hidden="1" value="1"/>
			</fieldset>

			<fieldset
				name="advanced">

				<field
					name="moduleclass_sfx"
					type="text"  
					label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL" />
				<field
					name="cache"
					type="list"
					default="1"
					label="COM_MODULES_FIELD_CACHING_LABEL" >
					<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" />
				<field
					name="cachemode"
					type="hidden"
					default="itemid">
					<option
						value="itemid"></option>
				</field>
			</fieldset>
		</fields>
	</config>
</extension>