mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
a0a60418c9
* Add suport for PHP7.3 * Force to use composer version 1.10.17 * Set Elastic as default * Add language setting * Disable GoogleSpell as default * Fix carddav plugin setup Co-authored-by: Sebastien Mennetrier <sebmennetrier@gmail.com> Co-authored-by: tituspijean <tituspijean@outlook.com> Co-authored-by: Kayou <pierre@kayou.io>
16 lines
473 B
PHP
16 lines
473 B
PHP
|
|
$prefs['{baikal_id}'] = array(
|
|
// required attributes
|
|
'name' => '{baikal_id}',
|
|
'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,
|
|
);
|