<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin" group="eventgallery_ship" method="upgrade">
	<name>PLG_EVENTGALLERY_SHIP_MIXED</name>
	<author>Sven Bluege</author>
	<creationDate>2026-05-09</creationDate>
	<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
	<authorEmail>svenbluege@gmail.com</authorEmail>
	<authorUrl>www.svenbluege.de</authorUrl>
	<version>5.7.8</version>
	<description>PLG_EVENTGALLERY_SHIP_MIXED_DESC</description>
	<namespace path="src">Svenbluege\Plugin\EventgalleryShipping\Mixed</namespace>
	<files>
		<folder>forms</folder>
		<folder>language</folder>
		<folder plugin="mixed">services</folder>
		<folder>src</folder>
		<filename>index.html</filename>
	</files>
	<config>
		<fields name="params">
			<fieldset name="basic">
				<field name="use_singledownloadlinks" type="radio" class="btn-group btn-group-yesno" default="1"
					   label="PLG_EVENTGALLERY_SHIP_MIXED_SINGLEDOWNLOADLINKS_LABEL"
					   description="PLG_EVENTGALLERY_SHIP_MIXED_SINGLEDOWNLOADLINKS_DESCRIPTION">
					<option value="0">JNO</option>
					<option value="1">JYES</option>
				</field>
				<field name="use_zip_creation" type="radio" class="btn-group btn-group-yesno" default="1"
					   label="PLG_EVENTGALLERY_SHIP_MIXED_CREATE_ZIP_LABEL"
					   description="PLG_EVENTGALLERY_SHIP_MIXED_CREATE_ZIP_DESCRIPTION">
					<option value="0">JNO</option>
					<option value="1">JYES</option>
				</field>
			</fieldset>
		</fields>
	</config>
</extension>
