<?xml version="1.0" encoding="UTF-8"?>
<editor id="editor.ckeditor" enabled="false" openable="true"  iconClass="icon-underline"
        order="-1" text="319" title="320" icon="ckeditor_images/html_edit.png"
        actions="PydioCKEditor.Actions" className="PydioCKEditor" mimes="html,htm" write="true" canWrite="true"
        label="CONF_MESSAGE[CKEditor]" description="CONF_MESSAGE[Wysiwyg HTML Editor, requires separate library to be downloaded.]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
	<dependencies>
		<pluginResources pluginName="editor.text"/>
		<!-- Stream Wrapper Access -->
		<activePlugin pluginName="access.AJXP_STREAM_PROVIDER"/>
	</dependencies>
    <client_settings>
        <resources>
            <js file="plugins/editor.ckeditor/res/build/ckeditor/ckeditor.js" className="CKEDITOR"/>
            <js file="plugins/editor.ckeditor/res/build/PydioCKEditor.js" className="PydioCKEditor"/>
            <css file="plugins/editor.ckeditor/res/css/ckeditor.css"/>
            <i18n namespace="ckeditor" path="plugins/editor.ckeditor/i18n" />
        </resources>
    </client_settings>
</editor>
