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


$meta['duration'] = array('numeric', '_min' => 1);

