Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.platform.audio.filemanager.contrib--plugins

This contribution is part of XML component org.nuxeo.ecm.platform.audio.filemanager.contrib inside nuxeo-platform-audio-core-6.0.jar

Documentation

Simple plugin for the file manager. Creates a Audio Document type from any of the matching mime types.

Extension Point

Extension point plugins of component FileManagerService.

Contributed Items

  • <plugin class="org.nuxeo.ecm.platform.audio.extension.AudioImporter" name="AudioImporter" order="10">
          <filter>audio/.*</filter>
        </plugin>

XML Source

<extension point="plugins" target="org.nuxeo.ecm.platform.filemanager.service.FileManagerService">
    <documentation>
      Simple plugin for the file manager. Creates a Audio Document type from
      any of the matching mime types.
    </documentation>
    <plugin class="org.nuxeo.ecm.platform.audio.extension.AudioImporter" name="AudioImporter" order="10">
      <filter>audio/.*</filter>
    </plugin>
  </extension>