1<?php
2/**
3 * Options for the newsticker plugin
4 *
5 * @author Michael Große <grosse@cosmocode.de>
6 */
7
8
9$meta['duration'] = array('numeric', '_min' => 1);
10
11