<?xml version="1.0" encoding="iso-8859-1"?>
<extension type="module" version="3.0.0" client="site" method="upgrade">
	<name>VikAppointments Currency Converter</name>
	<author>Extensionsforjoomla.com</author>
	<creationDate>July 12, 2024</creationDate>
	<copyright>Copyright (C) 2024 Extensionsforjoomla.com. All rights reserved.</copyright>
	<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
	<authorEmail>dev@extensionsforjoomla.com</authorEmail>
	<authorUrl>https://extensionsforjoomla.com</authorUrl>
	<version>1.0</version>
	<description>Displays a dropdown to switch the preferred currency. Compatible with VikAppointments 1.7.6 or newer.</description>
 
	<files>
		<filename module="mod_vikappointments_currencyconverter">mod_vikappointments_currencyconverter.php</filename>
		<filename>index.html</filename>
		<folder>libraries</folder>
		<folder>tmpl</folder>
	</files>

	<languages>
		<language tag="en-GB">languages/en-GB.mod_vikappointments_currencyconverter.ini</language>
	</languages>

	<config>
		<fields name="params">

			<fieldset name="basic" addfieldpath="/modules/mod_vikappointments_currencyconverter/libraries/fields">

				<field
					name="format"
					type="text"
					default="{name} ({symbol})"
					label="VAP_CURR_CONV_FORMAT"
					description="VAP_CURR_CONV_FORMAT_DESC"
				/>

				<field
					name="currencies"
					type="currencies"
					default=""
					multiple="true"
					label="VAP_CURR_CONV_SUPPORTED_LIST"
					description="VAP_CURR_CONV_SUPPORTED_LIST_DESC"
					layout="joomla.form.field.list-fancy-select"
				/>

				<field
					name="itemid"
					type="menuitem"
					default=""
					label="VAP_CURR_CONV_MENU_ITEM"
					description="VAP_CURR_CONV_MENU_ITEM_DESC"
				>
					<option value="">COM_MODULES_OPTION_SELECT_MENU_ITEM</option>
				</field>

			</fieldset>

			<fieldset name="advanced">

				<field
					name="layout"
					type="modulelayout"
					label="JFIELD_ALT_LAYOUT_LABEL"
					description="JFIELD_ALT_MODULE_LAYOUT_DESC"
					class="form-select"
				/>

				<field
					name="moduleclass_sfx"
					type="text"
					default=""
					label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"
				/>

			</fieldset>

		</fields>
	</config>

	<updateservers>
		<server type="extension" name="VikAppointments Modules Update Site" priority="1">https://extensionsforjoomla.com/vikapi/?task=joomla.updateserver&amp;sku=vap-currconv</server>
	</updateservers>

</extension>