Admidio/admidio

View on GitHub
adm_plugins/latest-documents-files/config_sample.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 ***********************************************************************************************
 * Configuration file for Admidio plugin latest documents & files
 *
 * Rename this file to config.php if you want to change some of the preferences below. The plugin
 * will only read the parameters from config.php and not the example file.
 *
 * @copyright The Admidio Team
 * @see https://www.admidio.org/
 * @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License v2.0 only
 ***********************************************************************************************
 */

// Number of files, that should be shown by this plugin (Default = 5)
$plgCountFiles = 5;

// Number of characters of the file name to be displayed
// If set to 0 than the whole filename should be shown,
// otherwise only the first x characters are shown and the file extension
$plgMaxCharsFilename = 0;

// if set to true then the upload timestamp will be shown next to each file
$plg_show_upload_timestamp = true;