Updated readme and sample.json

This commit is contained in:
Hugo Bernier 2021-10-31 15:25:49 -04:00
parent 8cfe2995af
commit c92bcf89fa
3 changed files with 18 additions and 9 deletions

View File

@ -11,6 +11,7 @@ dist
lib lib
solution solution
temp temp
release
*.sppkg *.sppkg
# Coverage directory used by tools like istanbul # Coverage directory used by tools like istanbul

View File

@ -19,10 +19,11 @@ When the user clicks on the header it dynamically load documents.
![SPFx 1.11](https://img.shields.io/badge/SPFx-1.11.0-green.svg) ![SPFx 1.11](https://img.shields.io/badge/SPFx-1.11.0-green.svg)
![Node.js LTS 10.x](https://img.shields.io/badge/Node.js-LTS%2010.x-green.svg) ![Node.js LTS 10.x](https://img.shields.io/badge/Node.js-LTS%2010.x-green.svg)
![SharePoint Online](https://img.shields.io/badge/SharePoint-Online-yellow.svg) ![Compatible with SharePoint Online](https://img.shields.io/badge/SharePoint%20Online-Compatible-green.svg)
![Teams Yes: Designed for Microsoft Teams](https://img.shields.io/badge/Teams-Yes-green.svg "Designed for Microsoft Teams") ![Does not work with SharePoint 2019](https://img.shields.io/badge/SharePoint%20Server%202019-Incompatible-red.svg "SharePoint Server 2019 requires SPFx 1.4.1 or lower")
![Workbench Hosted: Does not work with local workbench](https://img.shields.io/badge/Workbench-Hosted-yellow.svg "Does not work with local workbench") ![Does not work with SharePoint 2016 (Feature Pack 2)](https://img.shields.io/badge/SharePoint%20Server%202016%20(Feature%20Pack%202)-Incompatible-red.svg "SharePoint Server 2016 Feature Pack 2 requires SPFx 1.1")
![Local Workbench Incompatible](https://img.shields.io/badge/Local%20Workbench-Incompatible-red.svg "The solution needs access to APIs")
![Hosted Workbench Compatible (with permissions)](https://img.shields.io/badge/Hosted%20Workbench-Compatible%20(with%20permissions)-yellow.svg "The solution needs access to APIs")
## Applies to ## Applies to
@ -74,7 +75,6 @@ Version|Date|Comments
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** **THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
## Support ## Support
We do not support samples, but we do use GitHub to track issues and constantly want to improve these samples. We do not support samples, but we do use GitHub to track issues and constantly want to improve these samples.

View File

@ -9,7 +9,7 @@
"Allows user create a navigation menu , grouped by any column of document library. When the user clicks on the header it dynamically load documents." "Allows user create a navigation menu , grouped by any column of document library. When the user clicks on the header it dynamically load documents."
], ],
"creationDateTime": "2021-02-18", "creationDateTime": "2021-02-18",
"updateDateTime": "2021-02-18", "updateDateTime": "2021-10-25",
"products": [ "products": [
"SharePoint", "SharePoint",
"Office" "Office"
@ -34,6 +34,14 @@
{ {
"key": "SPFX-TEAMSPERSONALAPP", "key": "SPFX-TEAMSPERSONALAPP",
"value": "true" "value": "true"
},
{
"key": "PNPCONTROLS",
"value": "PropertyFieldListPicker, PropertyFieldMessage, PropertyFieldSpinner"
},
{
"key": "REACT-HOOKS",
"value": "true"
} }
], ],
"thumbnails": [ "thumbnails": [