Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Make Etherpad more simple: support only .pad extensions, disable hide…
Browse files Browse the repository at this point in the history
…Extension() hook.
  • Loading branch information
cdujeu committed May 4, 2015
1 parent 0e70427 commit 75a1d47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/plugins/editor.etherpad/manifest.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<editor enabled="false" id="editor.etherpad" openable="true" iconClass="icon-comments-alt" order="10"
text="etherpad.2" title="etherpad.3" icon="edit.png" className="EtherpadLauncher"
mimes="txt,pad,html" formId="ether_box" label="CONF_MESSAGE[Etherpad]" description="CONF_MESSAGE[Collaborative edition of text files]"
mimes="pad" formId="ether_box" label="CONF_MESSAGE[Etherpad]" description="CONF_MESSAGE[Collaborative edition of text files]"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<client_settings>
<resources>
Expand Down Expand Up @@ -123,7 +123,7 @@
<extension icon="etherpad/discussion.png" messageId="etherpad.1" mime="pad"/>
</extensions>
<hooks>
<serverCallback methodName="hideExtension" hookName="node.info"/>
<!--<serverCallback methodName="hideExtension" hookName="node.info"/>-->
<serverCallback methodName="handleNodeChange" hookName="node.change"/>
</hooks>
</registry_contributions>
Expand Down

0 comments on commit 75a1d47

Please sign in to comment.