Update sample.json
This commit is contained in:
parent
f28a1f9144
commit
e0cf43d386
|
@ -6,7 +6,9 @@
|
|||
"shortDescription": "Show and search users from your organization, through Microsoft Graph. Search results show as a nice People Card, and display the Live Persona Card on hover.",
|
||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-msgraph-peoplesearch",
|
||||
"longDescription": [
|
||||
"Show and search users from your organization, through Microsoft Graph. Search results show as a nice People Card, and display the Live Persona Card on hover."
|
||||
"Show and search users from your organization, through Microsoft Graph. Search results show as a nice People Card, and display the Live Persona Card on hover.",
|
||||
"The web part accepts a search query through a Dynamic Data connection, to further filter the displayed results. A source for this search query is not provided, but by default this can come from the Microsoft Search search box or the Page Environment. You could also use the Search Box Web Part provided by the PnP Modern Search Web Parts.",
|
||||
"The sample also shows how to use SPFx Web Part asynchronous rendering using isRenderAsync property and renderCompleted method."
|
||||
],
|
||||
"creationDateTime": "2020-07-31",
|
||||
"updateDateTime": "2020-07-31",
|
||||
|
|
Loading…
Reference in New Issue