1<?php 2/** 3 * DokuWiki Plugin html5video (Config Component) 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author lisps 7 */ 8 9$conf['html5VideoType'] = 'video/mp4'; //HTML5 Mime Videotype 10$conf['videoPlayerIDText'] = 'videoPlayerID'; 11$conf['VideoPreload'] = 'none'; 12$conf['GlobalVideoPreviewPicture'] = ''; 13$conf['fallBackVideoTechnologie'] = 'flash'; 14$conf['preferedVideoTechnologie'] = 'html5'; 15$conf['standardAlternateTextPrint'] = 'HIER WURDE EIN VIDEO EINGEFUEGT'; 16$conf['showThumbOnPrint'] = 0; 17$conf['showStandardTextOnPrint'] = 0;