<?xml version="1.0" encoding="utf-8"?>
<config type="module" version="1.5.0">
	<name>Dropdown</name>
	<fields count="1">
		<field1>
			<format>varchar(256)</format>
			<type>dropdown</type>
		</field1>
	</fields>
	<settings>
		<field1>
			<controllers>
				<choice>
					<label>Choices</label>
					<type>choice</type>
				</choice>
			</controllers>
		</field1>
	</settings>
	<help>Provides a drop down list of selectable options.</help>
</config>