1<?php 2/** 3 * Options for the vimeo plugin 4 * 5 * @author Michael Große <dokuwiki@cosmocode.de> 6 */ 7 8 9$meta['accessToken'] = array('password'); 10$meta['thumbnailWidthPercent'] = array('numeric', '_min' => 10, '_max' => 100); 11 12