<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin" group="finder" method="upgrade">
	<name>PLG_EVENTGALLERY_FILE_FINDER</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_FILE_FINDER_DESC</description>
	<namespace path="src">Svenbluege\Plugin\Finder\EventgalleryFile</namespace>
	<files>
		<folder>language</folder>
		<folder plugin="eventgallery_file">services</folder>
		<folder>src</folder>
		<filename>index.html</filename>
	</files>
	<config>
		<fields name="params">
			<fieldset name="basic">
				<field
						name="thumbnail_size"
						type="text"
						default="250"
						label="PLG_EVENTGALLERY_FILE_FINDER_THUMBNAIL_SIZE_LABEL"
						description="PLG_EVENTGALLERY_FILE_FINDER_THUMBNAIL_SIZE_DESC"
				/>

				<field name="use_lightbox_hash_in_url" type="radio" class="btn-group btn-group-yesno" default="0"
					   layout="joomla.form.field.radio.switcher"
					   label="PLG_EVENTGALLERY_FILE_FINDER_USE_LIGHTBOX_HASH_IN_URL_LABEL"
					   description="PLG_EVENTGALLERY_FILE_FINDER_USE_LIGHTBOX_HASH_IN_URL_DESCRIPTION">
					<option value="0">JNO</option>
					<option value="1">JYES</option>
				</field>

			</fieldset>
		</fields>
	</config>
</extension>
