mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Trivial tidy-up of renditionModel.xml.
This check-in contains no changes to the model. Reformatted some comments and removed some unnecessary ones. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19279 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -42,18 +42,18 @@
|
||||
<aspect name="rn:rendition">
|
||||
<title>Rendition</title>
|
||||
</aspect>
|
||||
<!-- A hidden rendition is one which is located directly under its source node.
|
||||
<!-- A hidden rendition is one which is located directly under its source node. -->
|
||||
<aspect name="rn:hiddenRendition">
|
||||
<title>Hidden Rendition</title>
|
||||
<parent>rn:rendition</parent>
|
||||
</aspect>
|
||||
</aspect>
|
||||
<!-- A visible rendition is one which is located somewhere other than under its source node. -->
|
||||
<aspect name="rn:visibleRendition">
|
||||
<title>Visible Rendition</title>
|
||||
<parent>rn:rendition</parent>
|
||||
</aspect>
|
||||
|
||||
</aspect>
|
||||
<!-- This aspect is applied to nodes which have been "rendered" using the rendition service. -->
|
||||
<aspect name="rn:renditioned">
|
||||
<title>Renditioned</title>
|
||||
<associations>
|
||||
@@ -74,8 +74,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Thumbnailed aspect relates a content node to it's thumbnails.
|
||||
It is retained here for backwards compatibility reasons -->
|
||||
<aspect name="cm:thumbnailed">
|
||||
<title>Thumbnailed</title>
|
||||
<parent>rn:renditioned</parent>
|
||||
@@ -87,23 +87,6 @@
|
||||
<default>true</default>
|
||||
</property>
|
||||
</properties>
|
||||
<default>true</default>
|
||||
</property>
|
||||
</properties>
|
||||
|
||||
<!--
|
||||
<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>
|
||||
</aspect>
|
||||
|
||||
</aspects>
|
||||
|
Reference in New Issue
Block a user