This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
property image_extension_list : {"tif", "tiff", "gif", "png", "pict", "pct", "jpg", "jpeg", "bmp"} | |
property video_extension_list : {"avi", "mov", "mpg", "mpeg", "wmv", "mp4", "m4a"} | |
property audio_extension_list : {"mp3", "wav", "aac"} | |
property archive_extension_list : {"zip", "sit", "tar", "tgz", "gz", "bzip2"} | |
property documents_extension_list : {"doc", "docx", "pdf", "txt", "xls", "xslx", "ppt"} | |
property diskAlignLeft : true | |
property otherAlignLeft : false | |
property margin : {50, 60, 0, 0} -- {left, top, right, bottom} | |
property xPadding : 50 | |
property yPadding : 50 |