<appSettings>
<add key="DictionaryFolder" value="bin"/>
</appSettings>
<htmlEditor defaultProvider="CEHtmlEditorProvider" >
<providers>
<clear/>
<add name = "FtbHtmlEditorProvider"
type = "DotNetNuke.HtmlEditor.FtbHtmlEditorProvider, DotNetNuke.FtbHtmlEditorProvider"
providerPath = "~\Providers\HtmlEditorProviders\FtbHtmlEditorProvider\"
/>
<add name="CEHtmlEditorProvider"
type="DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider"
providerPath="~\Providers\HtmlEditorProviders\CEHtmlEditorProvider\CuteSoft_Client\CuteEditor\"
UseDNNRootImageDirectory="true"
RemoveServerNamesFromUrl="false"
UseRelativeLinks="false"
RenderRichDropDown="true"
EnableStripScriptTags="true"
RemoveTBODYTag="false"
ShowCodeViewToolBar="true"
ShowBottomBar="false"
UseSimpleAmpersand="false"
MaxHTMLLength="0"
MaxTextLength="0"
CustomCulture=""
ThemeType="Office2003_BlueTheme"
DisableAutoFormatting="false"
DisableClassList=""
HelpUrl=""
BreakElement="div"
EditorBodyStyle=""
Admin_AutoConfigure = "Full"
Admin_SecurityPolicyFile = "admin.config"
Admin_DisableItemList = ""
Admin_AllowPasteHtml = "true"
Admin_EditorOnPaste = "default"
Admin_ReadOnly = "false"
Admin_ShowBottomBar ="true"
Admin_ShowHtmlMode = "true"
Admin_ShowPreviewMode = "true"
Registered_AutoConfigure = "Full"
Registered_SecurityPolicyFile = "admin.config"
Registered_DisableItemList = ""
Registered_AllowPasteHtml = "true"
Registered_EditorOnPaste = "default"
Registered_ReadOnly = "false"
Registered_ShowBottomBar ="true"
Registered_ShowHtmlMode = "true"
Registered_ShowPreviewMode = "true"
Guest_AutoConfigure = "Full"
Guest_SecurityPolicyFile = "admin.config"
Guest_DisableItemList = "Save"
Guest_AllowPasteHtml = "true"
Guest_EditorOnPaste = "default"
Guest_ReadOnly = "false"
Guest_ShowBottomBar ="true"
Guest_ShowHtmlMode = "true"
Guest_ShowPreviewMode = "true"
/>
</providers>
</htmlEditor>