Updated samples.json
This commit is contained in:
parent
9e7f698094
commit
f075f35035
21
samples.json
21
samples.json
|
@ -814,6 +814,14 @@
|
|||
"value": "1.4.1"
|
||||
}
|
||||
],
|
||||
"thumbnails": [
|
||||
{
|
||||
"type": "image",
|
||||
"order": 100,
|
||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/gh-pages/img/_nopreview.png",
|
||||
"alt": "No preview available"
|
||||
}
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"gitHubAccount": "StfBauer",
|
||||
|
@ -3461,6 +3469,14 @@
|
|||
"value": "1.4.1"
|
||||
}
|
||||
],
|
||||
"thumbnails": [
|
||||
{
|
||||
"type": "image",
|
||||
"order": 100,
|
||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/gh-pages/img/_nopreview.png",
|
||||
"alt": "No preview available"
|
||||
}
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"gitHubAccount": "StfBauer",
|
||||
|
@ -7492,7 +7508,7 @@
|
|||
],
|
||||
"authors": [
|
||||
{
|
||||
"gitHubAccount": "a1mery ",
|
||||
"gitHubAccount": "a1mery",
|
||||
"pictureUrl": "https://github.com/a1mery.png",
|
||||
"name": "Aimery Thomas",
|
||||
"twitter": "aimery_thomas"
|
||||
|
@ -9072,10 +9088,11 @@
|
|||
},
|
||||
{
|
||||
"name": "pnp-sp-dev-spfx-web-parts-react-list-form",
|
||||
"version": null,
|
||||
"source": "pnp",
|
||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/master/samples/react-list-form",
|
||||
"title": "List Form Web Part",
|
||||
"creationDateTime": "2017-11-24",
|
||||
"updateDateTime": "2021-02-19",
|
||||
"shortDescription": "The React List Form web part is a web part for adding a list form to any page. It provides a working example of implementing generic SharePoint list forms using the SharePoint Framework (SPFx) and the React and Office UI Fabric libraries.",
|
||||
"longDescription": [
|
||||
"The React List Form web part is a web part for adding a list form to any page. It provides a working example of implementing generic SharePoint list forms using the SharePoint Framework (SPFx) and the React and Office UI Fabric libraries."
|
||||
|
|
Loading…
Reference in New Issue