Updated README and sample.json
This commit is contained in:
parent
e8e4e1a1eb
commit
b4eb155b25
|
@ -6,9 +6,15 @@ This is an application that supports Questions & Answers through a web part that
|
|||
|
||||
![Questions and Answers](./assets/QuestionsAndAnswers.gif)
|
||||
|
||||
## Used SharePoint Framework Version
|
||||
|
||||
![1.11.0](https://img.shields.io/badge/version-1.11.0-green.svg)
|
||||
## Compatibility
|
||||
|
||||
![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)
|
||||
![SharePoint Online](https://img.shields.io/badge/SharePoint-Online-yellow.svg)
|
||||
![Teams Yes: Designed for Microsoft Teams](https://img.shields.io/badge/Teams-Yes-green.svg "Designed for Microsoft Teams")
|
||||
![Workbench Hosted: Does not work with local workbench](https://img.shields.io/badge/Workbench-Hosted-yellow.svg "Does not work with local workbench")
|
||||
|
||||
|
||||
## Applies to
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
"longDescription": [
|
||||
"This is an application that supports Questions \u0026 Answers through a web part that can be used directly on a Modern SharePoint Site without the need for Yammer or a backing Microsoft Team site. It relies on a backing SharePoint list that is hidden and a provisioned Site Page that hosts a pre-configured version of the questions web part."
|
||||
],
|
||||
"created": "2020-10-01",
|
||||
"modified": "2020-10-01",
|
||||
"created": "2021-03-22",
|
||||
"modified": "2021-03-22",
|
||||
"products": [
|
||||
"SharePoint",
|
||||
"Office"
|
||||
|
|
Loading…
Reference in New Issue