Update sample.json
This commit is contained in:
parent
f55741bbb2
commit
a40043f473
|
@ -1,7 +1,9 @@
|
|||
{
|
||||
[
|
||||
{
|
||||
"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",
|
||||
"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": [
|
||||
|
@ -28,7 +30,7 @@
|
|||
{
|
||||
"type": "image",
|
||||
"order": 100,
|
||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/master/samples/react-list-form/assets/React-ListForm-Overview.gif",
|
||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-list-form/assets/React-ListForm-Overview.gif",
|
||||
"alt": "List Form Web Part",
|
||||
"slides": null
|
||||
}
|
||||
|
@ -72,4 +74,5 @@
|
|||
}
|
||||
],
|
||||
"references": []
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue