<?xml version="1.0" ?>
  <WysiwygProConfig>
    <params> 
      <param name="height" type="text" size="10" default="400" label="Height" description="The default height of the editor specified in pixels." />
	  <param name="lang" type="folderlist" folder="wysiwygPro/lang/" default="en-us" label="Language Pack" description="New language packs should be uploaded to /wp-content/plugins/wysiwygPro3/wysiwygPro/lang/"/> 
	  <param name="theme" type="folderlist" folder="wysiwygPro/themes/" default="default" label="Theme" description="New themes should be uploaded to /wp-content/plugins/wysiwygPro3/wysiwygPro/themes/"/> 
      <param label="HTML Format" description="" name="@spacer" default="" type="spacer" />
      <param name="htmlVersion" type="list" default="XHTML 1.0 Transitional" label="HTML Output" description="The HTML specification that generated HTML should conform to."> 
        <option value="HTML 4.01 Transitional">HTML 4.01 Transitional</option>
		<option value="HTML 4.01 Strict">HTML 4.01 Strict</option>
		<option value="XHTML 1.0 Transitional">XHTML 1.0 Transitional</option>
		<option value="XHTML 1.0 Strict">XHTML 1.0 Strict</option>
        <option value="XHTML 1.1">XHTML 1.1</option>
		<option value="XHTML 1.1 TARGET">XHTML 1.1 with Target Attribute</option>
      </param>
      <param name="lineReturns" type="list" default="P" label="Line Returns" description="Whether to use P tags or DIV tags when you press enter."> 
        <option value="P">P</option>
        <option value="DIV">DIV</option>
      </param>
      <param name="urlFormat" type="list" default="nodomain" label="URL Schema" description="Sets the format of URLs. Relative will only work with the default permalink structure unless your template uses a base tag."> 
        <option value="absolute">Include domain name</option>
        <option value="nodomain">Do not include domain name</option>
		<option value="relative">Relative</option>
      </param>
	  <param name="jsBookmarkLinks" type="list" default="0" label="Fix Bookmark Links" description="If enabled WysiwygPro will use JavaScript to fix internal bookmark links. Use this option if your theme contains a base tag."> 
        <option value="1">On</option>
        <option value="0">Off</option>
      </param>
	  
      <param name="escapeCharacters" type="list" default="0" label="Escape Special Characters" description="Whether to escape special characters."> 
        <option value="1">On</option>
        <option value="0">Off</option>
      </param>
	  
	  <param name="emptyValue" type="list" default="auto" label="Default Content" description="Sets the default content for new documents."> 
        <option value="auto">Auto</option>
        <option value="empty">Empty</option>
      </param>
	  
	  <param name="newCellInners" type="list" default="auto" label="Default New Table Cell Content" description="Sets the default content for new table cells."> 
        <option value="auto">Auto</option>
		<option value="&amp;nbsp;">Single blank space</option>
        <option value="empty">Empty</option>
      </param>
	  
	        <param label="Styles" description="" name="@spacer" default="" type="spacer" />
      <param name="stylesheet" type="text" size="40" default="" label="Stylesheet URL" description="The URL of the stylesheet you want WysiwygPro to use to render HTML. Leave blank for automatic detection of your default template stylesheet."/>
      <param name="colors" type="text" size="40" default="" label="Color Swatches" description="A comma separated list of custom color swatches to appear on the color picker. Example: #fffff2, #f2f2f2"/>
	  
      <param name="styles" type="textarea" cols="38" rows="5" size="40" default="" label="Styles" description="WysiwygPro styles for the styles menu. Leave blank for the default set. The format is a friendly name for your style followed by two colons :: followed by the tag and any attributes. Example: Normal::p, Heading 1::h1, Heading 2::h2, Heading 3::h3, My Class::span class=&quot;myClass&quot;, Image Class::img class=&quot;myImageClass&quot;"/>
	  
	  
      <param name="fonts" type="text" size="40" default="" label="Fonts" description="A semi-colon separated list of fonts for the font menu. Leave blank for the default set. This list is semi-colon separated so that you can use a comma to separate alternative fonts. Example: Verdana, Arial, Helvetica, sans-serif; Arial, Helvetica, sans-serif; Webdings"/>
	  
      <param name="sizes" type="text" size="40" default="" label="Font Sizes" description="A comma separated list of font sizes (numbers from 1-7 or in XHTML 1.1 mode specify pixel sizes) for the font size menu. Leave blank for the default set. Example: 1, 2, 3, 4"/>

	  
	  <param label="Shared File Management" description="" name="@spacer" default="" type="spacer" />
      <param name="image_manager" type="list" default="1" label="Image Manager" description="Enable shared image management."> 
        <option value="1">On</option>
        <option value="0">Off</option>
      </param>
      <param name="image_thumbnails" type="list" default="1" label="Image Thumbnails" description="If the Image Manager is enabled this allows you to enable or disable image thumbnail generation."> 
        <option value="1">On</option>
        <option value="0">Off</option>
      </param>
	  <param name="image_folder" type="text" size="40" default="wp-content/uploads/" label="Store images in" description="If the image manager is enabled then images will be stored in this folder. Make sure this folder exists and is writable by your server."></param>
	  <param name="imageDiskQuota" type="text" size="10" default="16 MB" label="Disk Quota" description="Disk quota for the images folder."/>
	  
      <param label="Document Manager" description="Whether to enable the shared document manager for linking to PDF files and other downloads." name="document_manager" default="1" type="list"> 
        <option value="1">On</option>
        <option value="0">Off</option>
      </param>
      <param name="document_folder" type="text" size="40" default="wp-content/uploads/" label="Store documents in" description="If the document manager is enabled then documents will be stored in this folder. Make sure this folder exists and is writable by your server."></param>
	 <param name="documentDiskQuota" type="text" size="10" default="16 MB" label="Disk Quota" description="Disk quota for the documents folder."/>
	 
	 <param label="Media Manager" description="Whether to enable the shared media manager for inserting Flash, QuickTime and other media files." name="media_manager" default="1" type="list"> 
        <option value="1">On</option>
        <option value="0">Off</option>
      </param>
      <param name="media_folder" type="text" size="40" default="wp-content/uploads/" label="Store media in" description="If the media manager is enabled then media files will be stored in this folder. Make sure this folder exists and is writable by your server."></param>
	  <param name="mediaDiskQuota" type="text" size="10" default="16 MB" label="Disk Quota" description="Disk quota for the media folder."/>
	  <param label="Embed Media Using JavaScript" description="Whether to embed media files using JavaScript. Enabling this option will remove the Click to Activate message in Internet Explorer." name="JSEmbed" default="0" type="list"> 
        <option value="1">Yes</option>
        <option value="0">No</option>
      </param>
	  	  
	  <param label="User Folders" description="" name="@spacer" default="" type="spacer" />
	  <param label="User Folders" description="Whether to enable folders for each user." name="user_folders" default="0" type="list"> 
        <option value="1">On</option>
        <option value="0">Off</option>
      </param>
	  <param name="user_folder" type="text" size="40" default="wp-content/users/" label="Store user folders in" description="If user folders is enabled then each user folder will be created within this directory. This folder must NOT be within any of the above folders. Make sure this folder exists and is writable by your server."></param>
	  <param name="userDiskQuota" type="text" size="10" default="4 MB" label="Disk Quota" description="Disk quota for user folders."/>
	  
	  <param label="File Types And Sizes" description="" name="@spacer" default="" type="spacer" />
	  
	 <param name="allowedImageExtensions" type="text" size="40" default=".jpg, .jpeg, .gif, .png" label="Allowed Image Types" description="Image file types that are allowed for upload, separate with a comma."/>
      <param name="maxImageSize" type="text" size="10" default="140 KB" label="Max Image Size" description="The maximum allowed size of uploaded images. Most servers do not allow uploads larger than 2 MB."/>
      <param name="maxImageWidth" type="text" size="10" default="500" label="Max Image Width" description="The maximum allowed width of uploaded images specified in pixels."/>
      <param name="maxImageHeight" type="text" size="10" default="500" label="Max Image Height" description="The maximum allowed height of uploaded images specified in pixels."/> 
	  
	  <param name="allowedDocExtensions" type="text" size="40" default=".html, .htm, .pdf, .doc, .docx, .rtf, .txt, .xls, .xlsx, .ppt, pptx, .pps, .ppsx, .zip, .tar, .gzip, .bzip, .sit, .dmg" label="Allowed Document Types" description="Document file types that are allowed for upload, separate with a comma."/>
      <param name="maxDocSize" type="text" size="10" default="2 MB" label="Max Document Size" description="The maximum allowed size of uploaded documents. Most servers do not allow uploads larger than 2 MB."/>
	  
	  <param name="allowedMediaExtensions" type="text" size="40" default=".asf, .asx, .flv, .h264, .mov, .mp3, .mp4, .swf, .wax, .wma, .wmv, .wvx, .wpl, .xspf" label="Allowed Media Types" description="Media file types that are allowed for upload, separate with a comma."/>
      <param name="maxMediaSize" type="text" size="10" default="2 MB" label="Max Media Size" description="The maximum allowed size of uploaded media files. Most servers do not allow uploads larger than 2 MB."/>
	  
	  
	  <param label="Server File Permissions" description="" name="@spacer" default="" type="spacer" />
	  <param name="fileCHMOD" type="text" default="0" label="CHMOD New Files to" description="If you need specific permissions set on files uploaded by the WysiwygPro file managers you may set them here, or leave blank to use the server defaults. Settings must be prefixed with a 0 e.g. 0666"></param>
      <param name="folderCHMOD" type="text" default="0" label="CHMOD New Folders to" description="If you need specific permissions set on folders created by the WysiwygPro file managers you may set them here, or leave blank to use the server defaults. Settings must be prefixed with a 0 e.g. 0777"></param>
	 	  
	  <param label="Snippets" description="" name="@spacer" default="" type="spacer" />
      <param name="snippet1_html" type="textarea" cols="38" rows="5" default="" label="Snippet 1 HTML" description="A snippet of HTML code which you use often so would like available on the Insert a Snippet tool."/>
      <param name="snippet1_label" type="text" size="40" default="" label="Snippet 1 Label" description="Label for Snippet 1 so that you can quickly identify it."/>
      <param name="snippet2_html" type="textarea" cols="38" rows="5" default="" label="Snippet 2 HTML" description="A snippet of HTML code which you use often and would like available on the Insert a Snippet tool."/>
      <param name="snippet2_label" type="text" size="40" default="" label="Snippet 2 Label" description="Label for Snippet 2 so that you can quickly identify it."/>
      <param name="snippet3_html" type="textarea" cols="38" rows="5" default="" label="Snippet 3 HTML" description="A snippet of HTML code which you use often and would like available on the Insert a Snippet tool."/>
      <param name="snippet3_label" type="text" size="40" default="" label="Snippet 3 Label" description="Label for Snippet 3 so that you can quickly identify it."/>
      <param name="snippet4_html" type="textarea" cols="38" rows="5" default="" label="Snippet 4 HTML" description="A snippet of HTML code which you use often and would like available on the Insert a Snippet tool."/>
      <param name="snippet4_label" type="text" size="40" default="" label="Snippet 4 Label" description="Label for Snippet 4 so that you can quickly identify it."/>
      <param name="snippet5_html" type="textarea" cols="38" rows="5" default="" label="Snippet 5 HTML" description="A snippet of HTML code which you use often and would like available on the Insert a Snippet tool."/>
      <param name="snippet5_label" type="text" size="40" default="" label="Snippet 5 Label" description="Label for Snippet 5 so that you can quickly identify it."/>
	  
	  <param label="Toolbar Layout" description="" name="@spacer" default="" type="spacer" />
	  <param name="toolbarLayout" type="list" default="0" label="Toolbar Layout" description="Whether to use a custom layout or the default layout. If you choose a custom layout then the toolbars defined below will replace the default toolbars. If you choose the default layout then the toolbars below will be displayed beneath the default toolbars."> 
        <option value="0">Default layout</option>
        <option value="1">Custom layout:</option>
      </param>
	  
	  <param name="toolbar1" type="text" size="40" default="" label="Custom layout toolbar 1" description="A comma separated list of buttons to appear on toolbar 1. See http://www.wysiwygpro.com/index.php?id=143 for available buttons."/>
	  <param name="toolbar2" type="text" size="40" default="" label="Custom layout toolbar 2" description="A comma separated list of buttons to appear on toolbar 2. See http://www.wysiwygpro.com/index.php?id=143 for available buttons."/>
	  <param name="toolbar3" type="text" size="40" default="" label="Custom layout toolbar 3" description="A comma separated list of buttons to appear on toolbar 3. See http://www.wysiwygpro.com/index.php?id=143 for available buttons."/>
	  
	  <param label="Features" description="" name="@spacer" default="" type="spacer" />
	  <param name="enableFeatures" type="text" size="40" default="" label="Enable Features" description="A comma separated list of features to enable. See http://www.wysiwygpro.com/index.php?id=143 for available features."/>
	  <param name="disableFeatures" type="text" size="40" default="" label="Disable Features" description="A comma separated list of features to disable. See http://www.wysiwygpro.com/index.php?id=143 for available features."/>
	  
	  <param label="Plugins" description="" name="@spacer" default="" type="spacer" />
	  <param name="loadPlugins" type="text" size="40" default="tagPath" label="Load Plugins" description="A comma separated list of plugins to load. Only plugins that require no configuration can be loaded. Enter 'null' to load no plugins."/>
	  
    </params>
  </WysiwygProConfig>