mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Mimetypes available for transform action in the UI are now defined in an overrideable bean
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2216 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -25,5 +25,20 @@
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user