xref: /plugin/davcal/conf/default.php (revision 1d5bdcd0daf69d42a648436e4034819d35b1879d)
1185e2535SAndreas Boehler<?php
2185e2535SAndreas Boehler/**
3185e2535SAndreas Boehler * Default settings for the davcal plugin
4185e2535SAndreas Boehler *
5185e2535SAndreas Boehler * @author Andreas Boehler <dev@aboehler.at>
6185e2535SAndreas Boehler */
7185e2535SAndreas Boehler
834a47953SAndreas Boehler$conf['hide_settings']          = 0;
934a47953SAndreas Boehler$conf['disable_ics']            = 1;
1034a47953SAndreas Boehler$conf['disable_sync']           = 1;
1134a47953SAndreas Boehler$conf['monday']                 = 0;
12fb813b30SAndreas Boehler$conf['timezone']               = 'local';
1334a47953SAndreas Boehler$conf['workweek']               = 0;
1434a47953SAndreas Boehler$conf['weeknumbers']            = 0;
15*1d5bdcd0SAndreas Boehler$conf['timeformat']             = 'lang';
16