<?php
/*
 * Display File Dokuwiki Plugin
 * Copyright (c) 2016 Jay Jeckel
 * Licensed under the MIT license: https://opensource.org/licenses/MIT
 * Permission is granted to use, copy, modify, and distribute the work.
 * Full license information available in the project LICENSE file.
*/

$meta['root_path'] = array('string');
$meta['deny_extensions'] = array('string');
$meta['allow_extensions'] = array('string');

?>