mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
42 lines
1.1 KiB
PHP
42 lines
1.1 KiB
PHP
|
<?php
|
||
|
|
||
|
//// RCMCardDAV Plugin Admin Settings
|
||
|
|
||
|
//// ** ADDRESSBOOK PRESETS
|
||
|
|
||
|
//// PRESET FOR: baikal
|
||
|
//$prefs['Baïkal'] = array(
|
||
|
// // required attributes
|
||
|
// 'name' => 'Baïkal',
|
||
|
// 'username' => '%u',
|
||
|
// 'password' => '%p',
|
||
|
// 'url' => '{baikal_url}/card.php/addressbooks/%u/',
|
||
|
//
|
||
|
// // optional attributes
|
||
|
// 'active' => true,
|
||
|
// 'readonly' => false,
|
||
|
// 'refresh_time' => '00:05:00',
|
||
|
//
|
||
|
// 'fixed' => array('username', 'password'),
|
||
|
// 'hide' => false,
|
||
|
//);
|
||
|
//// END: baikal
|
||
|
|
||
|
//// PRESET FOR: owncloud
|
||
|
//$prefs['ownCloud'] = array(
|
||
|
// // required attributes
|
||
|
// 'name' => 'ownCloud',
|
||
|
// 'username' => '%u',
|
||
|
// 'password' => '%p',
|
||
|
// 'url' => '{owncloud_url}/remote.php/dav/addressbooks/users/%u/default/',
|
||
|
//
|
||
|
// // optional attributes
|
||
|
// 'active' => true,
|
||
|
// 'readonly' => false,
|
||
|
// 'refresh_time' => '00:05:00',
|
||
|
//
|
||
|
// 'fixed' => array('username', 'password'),
|
||
|
// 'hide' => false,
|
||
|
//);
|
||
|
//// END: owncloud
|