<?xml version="1.0" encoding="UTF-8"?>

<fields>

	<fieldset name="general" label="General Settings">
		
		<field name="js_in_footer" 
			type="boolean"
			default="true" 
			label="Js Always in Footer"
			description="Put addon javascript always in the footer of the page. If no, it will be put right after the body">	
		</field>
		
		<field name="css_includes_to" 
			type="list"
			default="body"
			label="Include Css Files To"
			description="Choose where to include css files">  
				<option value="body" text="Body Before Addon HTML"></option>
				<option value="footer" text="Footer"></option>
		</field>
		
		
		<field type="hr"></field>
		
		<field name="edit_permission" 
			type="list"
			default="admin" 
			label="Edit Permission"
			description="The addon/assets edit will be visible to the selected user categories">  
				<option value="admin" text="Admin"></option>
				<option value="editor" text="Editor"></option>
		</field>
		
		<field name="disable_autop_filters" 
			type="boolean"
			default="false" 
			label="Disable Autop Filters"
			description="Wordpress has some filters that can modify output html. disabling those filters will make the output exactly like in the addons demo">	
		</field>
		
		<field name="manager_addons_view" 
			type="list"
			default="thumbs" 
			label="Addons Display Type"
			description="The display type of the addons in the addons manager">	
				<option value="thumbs" text="Thumbs"></option>
				<option value="info" text="Info"></option>
		</field>
		
	</fieldset>
	
</fields>