<?xml version="1.0" encoding="UTF-8"?>
<editor enabled="false" id="editor.webodf" openable="true" iconClass="mdi mdi-file-document" order="1"
        text="webodf.2" title="webodf.3" className="PydioWebODF"
        mimes="odt,ods,odp" formId="webodf_box" label="CONF_MESSAGE[Open Documents Viewer]" description="CONF_MESSAGE[Open Document Formats viewer - based on WebODF.js library]"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
	<client_settings>
        <resources>
            <js file="plugins/editor.webodf/res/build/PydioWebODF.js" className="PydioWebODF"/>
            <i18n path="plugins/editor.webodf/i18n" namespace="webodf"/>
        </resources>
	</client_settings>
	<clientForm id="webodf_box"><![CDATA[
		<div id="webodf_box" box_width="80%" box_height="90%" box_padding="0"  class="editor_container">
			<div class="action_bar"></div>
			<iframe id="webodf_container" style="border:0; width:100%;"></iframe>
		</div>
	]]></clientForm>
	<dependencies>
		<!-- Stream Wrapper Access -->
		<activePlugin pluginName="access.AJXP_STREAM_PROVIDER"/>
	</dependencies>
</editor>
