<?php
/**
 * Options for the vimeo plugin
 *
 * @author Michael Große <dokuwiki@cosmocode.de>
 */


$meta['accessToken'] = array('password');
$meta['thumbnailWidthPercent'] = array('numeric', '_min' => 10, '_max' => 100);

