1<?php
2/**
3 * Options for the davcal plugin
4 *
5 * @author Andreas Boehler <dev@aboehler.at>
6 */
7
8
9$meta['hide_settings']          = array('onoff');
10$meta['disable_sync']           = array('onoff');
11$meta['disable_ics']            = array('onoff');
12$meta['monday']                 = array('onoff');
13$meta['timezone']               = array('string');
14$meta['timeformat']             = array('multichoice', '_choices' => array('lang', '24h', '12h'));
15$meta['workweek']               = array('onoff');
16$meta['weeknumbers']            = array('onoff');
17$meta['default_client_id']      = array('string');
18