From fadbbf5a163d93d4e3613c7001d58705673234c3 Mon Sep 17 00:00:00 2001 From: Guido Zambarda Date: Mon, 12 Aug 2024 17:08:25 +0200 Subject: [PATCH] Update SitePicker.md (#1842) --- docs/documentation/docs/controls/SitePicker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/docs/controls/SitePicker.md b/docs/documentation/docs/controls/SitePicker.md index 140b85f7c..c828470fe 100644 --- a/docs/documentation/docs/controls/SitePicker.md +++ b/docs/documentation/docs/controls/SitePicker.md @@ -52,7 +52,7 @@ The `SitePicker` control can be configured with the following properties: | isDesc | boolean | no | Specifies if the list is sorted in descending order. Default: `false`. | | label | string | no | Label to use for the control. | | limitToCurrentSiteCollection | boolean | no | Specifies if the options should be limited by the current site collections. Taken into consideration if selectionMode is set to `web`. | -| mode | `'site' | 'web' | 'hub'` | no | Defines what entities are available for selection: site collections, sites, hub sites. Default: `web`. | +| mode | `'associatedsites' | 'site' | 'web' | 'hub'` | no | Defines what entities are available for selection: site collections, sites, hub sites and sites inside hub. Default: `web`. | | multiSelect | boolean | no | Optional mode indicates if multi-choice selections is allowed. Default: `true`. | | onChange | `(selectedSites: ISite[]) => void` | yes | Selection change handler. | | orderBy | `'title' | 'url'` | no | Specifices if the list is sorted by title or url. Default: `title`. |