'dav-admin-system-address-book', 'priority' => 10, 'section_type' => DeclarativeSettingsTypes::SECTION_TYPE_ADMIN, 'section_id' => 'groupware', 'storage_type' => DeclarativeSettingsTypes::STORAGE_TYPE_EXTERNAL, 'title' => $this->l->t('System Address Book'), 'description' => $this->l->t('The system address book contains contact information for all users in your instance.'), 'fields' => [ [ 'id' => 'system_addressbook_enabled', 'title' => $this->l->t('Enable System Address Book'), 'type' => DeclarativeSettingsTypes::CHECKBOX, 'default' => false, 'options' => [], ], ], ]; } }