Added new transformation preview size setting

This commit is contained in:
Roberto Rosario
2011-03-10 00:24:18 -04:00
parent d3dce59c91
commit ed5578832f
5 changed files with 8 additions and 1 deletions

View File

@@ -211,6 +211,7 @@ LOGIN_EXEMPT_URLS = (
#DOCUMENTS_THUMBNAIL_SIZE = '50x50'
#DOCUMENTS_DISPLAY_SIZE = '1200'
#DOCUMENTS_MULTIPAGE_PREVIEW_SIZE = '160x120'
#DOCUMENTS_TRANFORMATION_PREVIEW_SIZE = '640x480'
#DOCUMENTS_AVAILABLE_TRANSFORMATIONS = {}
#example: DOCUMENTS_DEFAULT_TRANSFORMATIONS = [{'name':'rotate', 'arguments':"{'degrees':270}"}]