mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2026-09-16 18:13:21 +00:00
Added EXIF and Geographic aspect form configuration to Explorer client and exposed EXIF and Geographic aspects in Share so they can be managed from document details page.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22256 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -763,4 +763,39 @@
|
||||
</property-sheet>
|
||||
</config>
|
||||
|
||||
<!-- ************************ -->
|
||||
<!-- Configuration for EXIF -->
|
||||
<!-- ************************ -->
|
||||
|
||||
<config evaluator="aspect-name" condition="exif:exif">
|
||||
<property-sheet>
|
||||
<show-property name="exif:dateTimeOriginal" />
|
||||
<show-property name="exif:pixelXDimension" />
|
||||
<show-property name="exif:pixelYDimension" />
|
||||
<show-property name="exif:exposureTime" />
|
||||
<show-property name="exif:fNumber" />
|
||||
<show-property name="exif:flash" />
|
||||
<show-property name="exif:focalLength" />
|
||||
<show-property name="exif:isoSpeedRatings" />
|
||||
<show-property name="exif:manufacturer" />
|
||||
<show-property name="exif:model" />
|
||||
<show-property name="exif:software" />
|
||||
<show-property name="exif:orientation" />
|
||||
<show-property name="exif:xResolution" />
|
||||
<show-property name="exif:yResolution" />
|
||||
<show-property name="exif:resolutionUnit" />
|
||||
</property-sheet>
|
||||
</config>
|
||||
|
||||
<!-- ****************************** -->
|
||||
<!-- Configuration for Geographic -->
|
||||
<!-- ****************************** -->
|
||||
|
||||
<config evaluator="aspect-name" condition="cm:geographic">
|
||||
<property-sheet>
|
||||
<show-property name="cm:latitude" />
|
||||
<show-property name="cm:longitude" />
|
||||
</property-sheet>
|
||||
</config>
|
||||
|
||||
</alfresco-config>
|
||||
|
||||
Reference in New Issue
Block a user