Your IP : 216.73.217.68


Current Path : /home/ahrcaeuege/www/modules/mod_jafinance/
Upload File :
Current File : /home/ahrcaeuege/www/modules/mod_jafinance/mod_jafinance.xml

<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="3.1" client="site" method="upgrade">
	<name>JA Finance Module</name>
	<author>JoomlArt.com</author>
	<creationDate>March 15th, 2019</creationDate>
	<copyright>Copyright (C), J.O.O.M Solutions Co., Ltd. All Rights Reserved.</copyright>
	<license>license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html</license>
	<authorEmail>webmaster@joomlart.com</authorEmail>
	<authorUrl>www.joomlart.com</authorUrl>
	<version>1.1.0</version>
	<description>
	<![CDATA[
		<p>JA Finance Joomla module integrates tradingview to help admin build from basic to advanced chart for latest stock price, get real-time information
and market insights</p>
		<p>This module supports multiple chart types: Market overview, Ticker, Ticker tape, Single Ticker, Mini Chart, Symbol Overview and Cryptocurrency Market. Each chart type has different UI configuration. Admin can search Symbol directly in the module.</p>

		<p><strong>Support:</strong></p>
		<ul>
			<li><a href="https://www.joomlart.com/documentation/joomla-module/ja-finance-module" target="_blank">Documentation</a></li>
			<li><a href="https://www.joomlart.com/forums/t/ja-finance-module" target="_blank">Support Forum</a></li>
		</ul>
		]]>
		</description>
	<updateservers>
          <server type="extension">http://update.joomlart.com/service/tracking/j31/mod_jafinance.xml</server>
     </updateservers>
	<files>
		<filename module="mod_jafinance">mod_jafinance.php</filename>
		<filename>helper.php</filename>
		<folder>assets</folder>
		<folder>fields</folder>
		<folder>tmpl</folder>
	</files>
	<languages>
		<language tag="en-GB">en-GB.mod_jafinance.ini</language>
		<language tag="en-GB">en-GB.mod_jafinance.sys.ini</language>
	</languages>

	<config>
		<fields name="params">
			<fieldset name="basic" addfieldpath="/modules/mod_jafinance/fields">
				<field name="jafinance" type="jafinance" />
			</fieldset>
			<fieldset name="advanced">
				<field
					name="layout"
					type="modulelayout"
					label="JFIELD_ALT_LAYOUT_LABEL"
					description="JFIELD_ALT_MODULE_LAYOUT_DESC"
				/>
				
				<field
					name="moduleclass_sfx"
					type="textarea"
					label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"
					description=""
					rows="3"
				/>

				<field
					name="cache"
					type="list"
					label="COM_MODULES_FIELD_CACHING_LABEL"
					description=""
					default="1"
					filter="integer"
					>
					<option value="1">JGLOBAL_USE_GLOBAL</option>
					<option value="0">COM_MODULES_FIELD_VALUE_NOCACHING</option>
				</field>

				<field
					name="cache_time"
					type="number"
					label="COM_MODULES_FIELD_CACHE_TIME_LABEL"
					description=""
					default="900"
					filter="integer"
				/>

				<field
					name="cachemode"
					type="hidden"
					default="static"
					>
					<option value="static"></option>
				</field>
			</fieldset>
		</fields>
	</config>
</extension>