xref: /plugin/mediathumbnails/conf/default.php (revision da77d72d8cd8b9890419d63eb74ed094799a8bbe)
1<?php
2/**
3 * Default settings for the mediathumbnails plugin
4 *
5 * @author Thomas Schäfer <thomas.schaefer@itschert.net>
6 */
7
8$conf['thumb_width']         = '100px';
9$conf['thumb_paths']         = array('Thumbnails/thumbnail.png','docProps/thumbnail.jpeg'); // first entry: odt file, second entry: MS Office file
10$conf['show_no_thumb_error'] = true;
11$conf['no_thumb_error_message'] = "No thumbnail in "; // media path appended here
12
13