<?php
/**
 * DokuWiki Plugin html5video (Config Component) 
 *
 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author  lisps    
 */
 
$conf['html5VideoType'] = 'video/mp4';   //HTML5 Mime Videotype
$conf['videoPlayerIDText'] = 'videoPlayerID';   
$conf['VideoPreload'] = 'none';   
$conf['GlobalVideoPreviewPicture'] = '';   
$conf['fallBackVideoTechnologie'] = 'flash';   
$conf['preferedVideoTechnologie'] = 'html5';   
$conf['standardAlternateTextPrint'] = 'HIER WURDE EIN VIDEO EINGEFUEGT';    
$conf['showThumbOnPrint'] = 0;
$conf['showStandardTextOnPrint'] = 0;