mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Transformation service changes to support thumbnail service, shell of thumbnail service API
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8658 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -309,6 +309,20 @@
|
||||
<aspect>sys:localized</aspect>
|
||||
</mandatory-aspects>
|
||||
</type>
|
||||
|
||||
<!-- Thumbnail content type -->
|
||||
<type name="cm:thumbnail">
|
||||
<title>Thumbnail</title>
|
||||
<parent>cm:content</parent>
|
||||
<archive>true</archive>
|
||||
<properties>
|
||||
<property name="cm:options">
|
||||
<title>Thumbnail Options</title>
|
||||
<type>d:any</type>
|
||||
<mandatory>false</mandatory>
|
||||
</property>
|
||||
</properties>
|
||||
</type>
|
||||
|
||||
</types>
|
||||
|
||||
@@ -816,6 +830,25 @@
|
||||
<aspect>cm:mlDocument</aspect>
|
||||
</mandatory-aspects>
|
||||
</aspect>
|
||||
|
||||
<!-- Thumbnailed aspect relates a content node to it's thumbnails -->
|
||||
<aspect name="cm:thumbnailed">
|
||||
<title>Thumbnailed</title>
|
||||
<associations>
|
||||
<child-association name="cm:thumbnails">
|
||||
<source>
|
||||
<mandatory>false</mandatory>
|
||||
<many>true</many>
|
||||
</source>
|
||||
<target>
|
||||
<class>cm:thumbnail</class>
|
||||
<mandatory>false</mandatory>
|
||||
<many>true</many>
|
||||
</target>
|
||||
</child-association>
|
||||
</associations>
|
||||
</aspect>
|
||||
|
||||
</aspects>
|
||||
|
||||
</model>
|
||||
|
Reference in New Issue
Block a user