<?xml version="1.0" ?>
<install version="2.0" type="plugin" plugin="paste" core="1" editable="1">
	<name>WF_PASTE_TITLE</name>
	<version>2.0.0</version>
	<creationDate>27 June 2011</creationDate>
	<author>Ryan Demmer</author>
	<authorEmail>info@joomlacontenteditor.net</authorEmail>
	<authorUrl>http://www.joomlacontenteditor.net/</authorUrl>
	<copyright>Ryan Demmer</copyright>
	<license>GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html</license>
	<description>WF_PASTE_DESC</description>
	<icon>cut,copy,paste</icon>
	<params group="standard">
		<param name="use_dialog" type="list" default="0" label="WF_PASTE_PARAM_DIALOG" description="WF_PASTE_PARAM_DIALOG_DESC">
            <option value="1">WF_OPTION_YES</option>
			<option value="0">WF_OPTION_NO</option>
        </param>
		<param name="dialog_width" type="text" size="5" default="450" label="WF_PASTE_PARAM_WIDTH" description="WF_PASTE_PARAM_WIDTH_DESC" />
		<param name="dialog_height" type="text" size="5" default="400" label="WF_PASTE_PARAM_HEIGHT" description="WF_PASTE_PARAM_HEIGHT_DESC" />
        <param name="force_cleanup" type="list" default="0" label="WF_PASTE_FORCE_CLEANUP" description="WF_PASTE_FORCE_CLEANUP_DESC">
            <option value="0">WF_PASTE_FORCE_CLEANUP_DETECT</option>
            <option value="1">WF_PASTE_FORCE_CLEANUP_ALWAYS</option>
        </param>
        <param name="strip_class_attributes" type="list" default="all" label="WF_PASTE_PARAM_CLASSES" description="WF_PASTE_PARAM_CLASSES_DESC">
            <option value="all">WF_PASTE_PARAM_ALL</option>
            <option value="none">WF_PASTE_PARAM_NONE</option>
        </param>
        <param name="remove_spans" type="list" default="0" label="WF_PASTE_PARAM_SPANS" description="WF_PASTE_PARAM_SPANS_DESC">
            <option value="1">WF_OPTION_YES</option>
			<option value="0">WF_OPTION_NO</option>
        </param>
		<param name="remove_styles" type="list" default="0" label="WF_PASTE_PARAM_STYLES" description="WF_PASTE_PARAM_STYLES_DESC">
            <option value="1">WF_OPTION_YES</option>
			<option value="0">WF_OPTION_NO</option>
        </param>
		<param name="retain_style_properties" placeholder="eg: font-size,font-family,color" size="50" type="text" default="" label="WF_PASTE_PARAM_RETAIN_STYLES" description="WF_PASTE_PARAM_RETAIN_STYLES_DESC" />
		<param name="remove_empty_paragraphs" type="list" default="1" label="WF_PASTE_PARAM_REMOVE_PARAGRAPHS" description="WF_PASTE_PARAM_REMOVE_PARAGRAPHS_DESC">
            <option value="1">WF_OPTION_YES</option>
			<option value="0">WF_OPTION_NO</option>           
        </param>
		<param name="remove_styles_if_webkit" type="list" default="0" label="WF_PASTE_PARAM_REMOVE_STYLES_WEBKIT" description="WF_PASTE_PARAM_REMOVE_STYLES_WEBKIT_DESC">
            <option value="1">WF_OPTION_YES</option>
			<option value="0">WF_OPTION_NO</option>           
        </param>
    </params>
	<params group="access">
		<param name="html" type="list" default="1" label="WF_PASTE_PARAM_PASTE_HTML" description="WF_PASTE_PARAM_PASTE_HTML_DESC">
            <option value="1">WF_OPTION_YES</option>
			<option value="0">WF_OPTION_NO</option>
        </param>
		<param name="text" type="list" default="1" label="WF_PASTE_PARAM_PASTE_TEXT" description="WF_PASTE_PARAM_PASTE_TEXT_DESC">
            <option value="1">WF_OPTION_YES</option>
			<option value="0">WF_OPTION_NO</option>
        </param>
	</params>
	<help>
		<topic key="paste.about" title="WF_PASTE_HELP_ABOUT" />
	</help>
	<languages></languages>
</install>