09-13-2012 05:47 AM
09-13-2012 06:18 AM
<alfresco-config area="mimetype-map">
<config evaluator="string-compare" condition="Mimetype Map">
<mimetypes>
<mimetype mimetype="application/msaccess" display="Microsoft Access 2007">
<extension default="true">accdb</extension>
</mimetype>
</mimetypes>
</config>
</alfresco-config>
and
<bean id="yourCustom.mimetype.config" class="org.springframework.extensions.config.ConfigBootstrap" init-method="register">
<property name="configService" ref="mimetypeConfigService" />
<property name="configs">
<list>
<value>classpath:alfresco/extension/yourCustom-mimetype-config.xml</value>
</list>
</property>
</bean>
05-20-2016 04:00 AM
05-20-2016 04:20 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.