Skip to content

Instantly share code, notes, and snippets.

@tingletech
Created November 21, 2013 01:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tingletech/7574407 to your computer and use it in GitHub Desktop.
Save tingletech/7574407 to your computer and use it in GitHub Desktop.
<require>org.nuxeo.ecm.platform.picture.filemanager.contrib</require>
<require>org.nuxeo.ecm.platform.video.filemanager.contrib</require>
<require>org.nuxeo.ecm.platform.audio.filemanager.contrib</require>
<extension target="org.nuxeo.ecm.platform.filemanager.service.FileManagerService" point="plugins">
<plugin name="Imageplugin" merge="true" docType="SampleCustomPicture" />
</extension>
<extension target="org.nuxeo.ecm.platform.filemanager.service.FileManagerService" point="plugins">
<plugin name="VideoImporter" merge="true" docType="CustomVideo" />
</extension>
<extension target="org.nuxeo.ecm.platform.filemanager.service.FileManagerService" point="plugins">
<plugin name="AudioImporter" merge="true" docType="CustomAudio" />
</extension>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment