05-20-2011 02:10 AM
05-20-2011 03:02 AM
05-20-2011 05:06 AM
05-20-2011 05:18 AM
<alfresco-config>
<!– Document Library config section –>
<config evaluator="string-compare" condition="DocumentLibrary" replace="true">
<tree>
<!–
Whether the folder Tree component should enumerate child folders or not.
This is a relatively expensive operation, so should be set to "false" for Repositories with broad folder structures.
–>
<evaluate-child-folders>true</evaluate-child-folders>
<!–
Optionally limit the number of folders shown in treeview throughout Share.
–>
<maximum-folder-count>-1</maximum-folder-count>
</tree>
<!–
Used by the "Manage Aspects" action and Rules pages
For custom aspects, remember to also add the relevant i18n string(s)
aspect.cm_myaspect=My Aspect
–>
<aspects>
<!–
Aspects that a user can see in UI.
Used by Rules, aspects are the listed aspects for rule's "has-aspect" action condition.
–>
<visible>
<aspect name="cm:generalclassifiable" />
<aspect name="cm:complianceable" />
<aspect name="cm:dublincore" />
<aspect name="cm:effectivity" />
<aspect name="cm:summarizable" />
<aspect name="cm:versionable" />
<aspect name="cm:templatable" />
<aspect name="cm:emailed" />
<aspect name="emailserver:aliasable" />
<aspect name="cm:taggable" />
<aspect name="app:inlineeditable" />
<aspect name="gd:googleEditable" />
<aspect name="cm:geographic" />
<aspect name="exif:exif" />
</visible>
<!–
Aspects that a user can add in UI.
Used by Rules, aspects are the listed aspects for rule's "add-features" action.
Same as "visible" if left empty.
–>
<addable>
</addable>
<!–
Aspects that a user can remove in UI.
Used by Rules, aspects are the listed aspects for rule's "remove-features" action.
Same as "visible" if left empty
–>
<removeable>
</removeable>
</aspects>
<!–
Used by the "Change Type" action.
Used by Rules:
- parent types are the listed types for rule's "is-subtype" action condition
- sub types are the listed types for rule's "specialise-type" action
Define valid subtypes using the following example:
<type name="cm:content">
<subtype name="cm:mysubtype" />
</type>
Remember to also add the relevant i18n string(s):
type.cm_mysubtype=My SubType
–>
<types>
<type name="cm:content">
<subtype name="tzc:customerDocument"/>
<subtype name="tzc:receipt" />
<subtype name="tzc:salesOrderItemDocument" />
</type>
<type name="cm:folder">
</type>
</types>
<!–
If set, will present a WebDAV link for the current item on the Document and Folder details pages.
Also used to generate the "View in Alfresco Explorer" action for folders.
–>
<!–
<repository-url>http://localhost:8080/alfresco</repository-url>
–>
<!–
Google Docs™ integration
–>
<google-docs>
<!–
Enable/disable the Google Docs UI integration (Extra types on Create Content menu, Google Docs actions).
–>
<enabled>false</enabled>
<!–
The mimetypes of documents Google Docs allows you to create via the Share interface.
The I18N label is created from the "type" attribute, e.g. google-docs.doc=Google Docs™ Document
–>
<creatable-types>
<creatable type="doc">application/msword</creatable>
<creatable type="xls">application/vnd.ms-excel</creatable>
<creatable type="ppt">application/vnd.ms-powerpoint</creatable>
</creatable-types>
</google-docs>
<!–
File upload configuration
–>
<file-upload>
<!–
Adobe Flash™
In certain environments, an HTTP request originating from Flash cannot be authenticated using an existing session.
See: http://bugs.adobe.com/jira/browse/FP-4830
For these cases, it is useful to disable the Flash-based uploader for Share Document Libraries.
–>
<adobe-flash-enabled>true</adobe-flash-enabled>
</file-upload>
</config>
</alfresco-config>
05-22-2011 10:08 PM
05-23-2011 01:45 AM
05-23-2011 02:49 AM
05-24-2011 12:37 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.