Updated readme and sample.json
This commit is contained in:
parent
e7b3ebe1d3
commit
b0b07728a9
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Summary
|
||||
|
||||
Used to update the membership of a team based on the contents of a CSV file, can be hosted in a sharepoint site where a list can be defined for logging purposes or run inside teams as a personal app.
|
||||
Used to update the membership of a team based on the contents of a CSV file, can be hosted in a SharePoint site where a list can be defined for logging purposes or run inside teams as a personal app.
|
||||
|
||||
## Screen
|
||||
|
||||
|
@ -24,7 +24,7 @@ Used to update the membership of a team based on the contents of a CSV file, can
|
|||
|
||||
## Solution
|
||||
|
||||
This web part can be deployed to a site or as a teams personal app. This does require graph permission granting in the Sharepoint Admin Center
|
||||
This web part can be deployed to a site or as a teams personal app. This does require graph permission granting in the SharePoint Admin Center
|
||||
|
||||
Uses:
|
||||
|
||||
|
|
|
@ -3,13 +3,13 @@
|
|||
"name": "pnp-sp-dev-spfx-web-parts-react-teams-membership-updater",
|
||||
"source": "pnp",
|
||||
"title": "Teams Membership Updater",
|
||||
"shortDescription": "Used to update the membership of a team based on the contents of a CSV file, can be hosted in a sharepoint site where a list can be defined for logging purposes or run inside teams as a personal app.",
|
||||
"shortDescription": "Used to update the membership of a team based on the contents of a CSV file, can be hosted in a SharePoint site where a list can be defined for logging purposes or run inside teams as a personal app.",
|
||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/master/samples/react-teams-membership-updater",
|
||||
"longDescription": [
|
||||
"TODO"
|
||||
"Used to update the membership of a team based on the contents of a CSV file, can be hosted in a SharePoint site where a list can be defined for logging purposes or run inside teams as a personal app."
|
||||
],
|
||||
"created": "2020-04-27",
|
||||
"modified": "2021-04-20",
|
||||
"modified": "2021-04-22",
|
||||
"products": [
|
||||
"SharePoint",
|
||||
"Office"
|
||||
|
|
Loading…
Reference in New Issue