Update Readme.md
This commit is contained in:
parent
18d26c100f
commit
018c36d5f9
|
@ -18,6 +18,7 @@ extensions:
|
||||||
## Summary
|
## Summary
|
||||||
|
|
||||||
This webpart show organization chart for current user, shows, managers and direct reports and there available status.
|
This webpart show organization chart for current user, shows, managers and direct reports and there available status.
|
||||||
|
|
||||||
On Click the profile page of will be open.
|
On Click the profile page of will be open.
|
||||||
|
|
||||||
|
|
||||||
|
@ -30,6 +31,14 @@ On Click the profile page of will be open.
|
||||||
![](../react-modern-organization-chart/assets/Screenshot2.png)
|
![](../react-modern-organization-chart/assets/Screenshot2.png)
|
||||||
|
|
||||||
|
|
||||||
|
## WebPart Properties
|
||||||
|
|
||||||
|
Property |Type|Required| comments
|
||||||
|
--------------------|----|--------|----------
|
||||||
|
Title | Text| no|
|
||||||
|
Refresh Status Interval in minutes | number| no | default value 5 min
|
||||||
|
|
||||||
|
|
||||||
### Working with
|
### Working with
|
||||||
|
|
||||||
Built with SharePoint Framework GA, Microsoft Graph API and @pnp/PnPjs
|
Built with SharePoint Framework GA, Microsoft Graph API and @pnp/PnPjs
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
// Components that allow authors to embed arbitrary script code should set this to true.
|
// Components that allow authors to embed arbitrary script code should set this to true.
|
||||||
// https://support.office.com/en-us/article/Turn-scripting-capabilities-on-or-off-1f2c515f-5d7e-448a-9fd7-835da935584f
|
// https://support.office.com/en-us/article/Turn-scripting-capabilities-on-or-off-1f2c515f-5d7e-448a-9fd7-835da935584f
|
||||||
"requiresCustomScript": false,
|
"requiresCustomScript": false,
|
||||||
"supportedHosts": ["SharePointWebPart"],
|
"supportedHosts": ["SharePointWebPart","TeamsTab"],
|
||||||
|
|
||||||
"preconfiguredEntries": [{
|
"preconfiguredEntries": [{
|
||||||
"groupId": "5c03119e-3074-46fd-976b-c60198311f70", // Other
|
"groupId": "5c03119e-3074-46fd-976b-c60198311f70", // Other
|
||||||
|
|
Loading…
Reference in New Issue