$this->addressBookInfo['{' . Plugin::NS_CARDDAV . '}addressbook-description'] = $l10n->t('System address book which holds all accounts');
}
public function getChildren(): array {
/**
* No checkbox checked -> Show only the same user
* 'Allow username autocompletion in share dialog' -> show everyone
* 'Allow username autocompletion in share dialog' + 'Allow username autocompletion to users within the same groups' -> show only users in intersecting groups
* 'Allow username autocompletion in share dialog' + 'Allow username autocompletion to users based on phone number integration' -> show only the same user
* 'Allow username autocompletion in share dialog' + 'Allow username autocompletion to users within the same groups' + 'Allow username autocompletion to users based on phone number integration' -> show only users in intersecting groups
<labelfor="shareapi_allow_share_dialog_user_enumeration"><?phpp($l->t('Allow username autocompletion in share dialog'));?></label><br/>
<labelfor="shareapi_allow_share_dialog_user_enumeration"><?phpp($l->t('Allow username autocompletion in share dialog and allow access to the system address book'));?></label><br/>
<labelfor="shareapi_restrict_user_enumeration_to_group"><?phpp($l->t('Allow username autocompletion to users within the same groups'));?></label><br/>
<labelfor="shareapi_restrict_user_enumeration_to_group"><?phpp($l->t('Allow username autocompletion to users within the same groups and limit system address books to users in the same groups'));?></label><br/>