mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Reverted config changes (with the exception of context import order) and tested config extensions in external config files
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2226 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -25,20 +25,5 @@
|
||||
<ref bean="DictionaryService"/>
|
||||
</constructor-arg>
|
||||
</bean>
|
||||
|
||||
<!-- the list of standard transformation mimetypes that are exposed in the UI -->
|
||||
<bean id="webClientTransformMimetypes" class="java.util.ArrayList" >
|
||||
<constructor-arg>
|
||||
<list>
|
||||
<value>text/html</value>
|
||||
<value>application/pdf</value>
|
||||
<value>text/plain</value>
|
||||
<value>text/xml</value>
|
||||
<value>application/x-shockwave-flash</value>
|
||||
<value>image/gif</value>
|
||||
<value>image/jpeg</value>
|
||||
</list>
|
||||
</constructor-arg>
|
||||
</bean>
|
||||
|
||||
</beans>
|
||||
|
@@ -304,6 +304,15 @@
|
||||
<!-- Example configuration to demonstrate how to expose aspect from exampleModel.xml -->
|
||||
<!-- <aspect name="my:imageClassification"/> -->
|
||||
</aspects>
|
||||
<transformers>
|
||||
<transformer name="text/html"/>
|
||||
<transformer name="application/pdf"/>
|
||||
<transformer name="text/plain"/>
|
||||
<transformer name="text/xml"/>
|
||||
<transformer name="application/x-shockwave-flash"/>
|
||||
<transformer name="image/gif"/>
|
||||
<transformer name="image/jpeg"/>
|
||||
</transformers>
|
||||
<image-transformers>
|
||||
<transformer name="image/gif"/>
|
||||
<transformer name="image/jpeg"/>
|
||||
|
Reference in New Issue
Block a user