<?xml version="1.0" encoding="UTF-8"?>

	<fields>
			<fieldset name="general" label="General Settings">
				
				<field name="src_output_type" 
					type="list"
					default="empty" 
					label="Src Output Type"
					description="The way that the img tag will be constucted in gallery html output. If empty, then the browser will not start loading images on start, but it won't be visible by the search engines. If image will be there, then the browser will try to load them, until the gallery switch them by thumb urls by js, but it will be visible by search engines. In case of thumbs, then the thumbs will be remain there and the browser will load them all.">  
						<option value="empty" text="Empty Src"></option>
						<option value="image" text="Image in Src"></option>
						<option value="thumb" text="Thumb in Src"></option>
				</field>
				
				
			</fieldset>
	</fields>