Update sample.json

This commit is contained in:
Hugo Bernier 2021-05-20 00:54:06 -04:00 committed by GitHub
parent f55741bbb2
commit a40043f473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 78 additions and 75 deletions

View File

@ -1,75 +1,78 @@
{ [
"name": "pnp-sp-dev-spfx-web-parts-react-list-form", {
"version": null, "name": "pnp-sp-dev-spfx-web-parts-react-list-form",
"source": "pnp", "version": null,
"title": "List Form Web Part", "source": "pnp",
"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.", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/master/samples/react-list-form",
"longDescription": [ "title": "List Form Web Part",
"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." "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": [
"products": [ "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."
"SharePoint", ],
"Office" "products": [
], "SharePoint",
"categories": [ "Office"
"" ],
], "categories": [
"metadata": [ ""
{ ],
"key": "CLIENT-SIDE-DEV", "metadata": [
"value": "React" {
}, "key": "CLIENT-SIDE-DEV",
{ "value": "React"
"key": "SPFX-VERSION", },
"value": "1.10.0" {
} "key": "SPFX-VERSION",
], "value": "1.10.0"
"thumbnails": [ }
{ ],
"type": "image", "thumbnails": [
"order": 100, {
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/master/samples/react-list-form/assets/React-ListForm-Overview.gif", "type": "image",
"alt": "List Form Web Part", "order": 100,
"slides": null "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
"authors": [ }
{ ],
"gitHubAccount": "DanyWyss", "authors": [
"name": "Dany Wyss", {
"company": "", "gitHubAccount": "DanyWyss",
"pictureUrl": "https://github.com/DanyWyss.png" "name": "Dany Wyss",
}, "company": "",
{ "pictureUrl": "https://github.com/DanyWyss.png"
"gitHubAccount": "Harshagracy", },
"company": "", {
"name": "Harsha Vardhini", "gitHubAccount": "Harshagracy",
"pictureUrl": "https://github.com/Harshagracy.png" "company": "",
}, "name": "Harsha Vardhini",
{ "pictureUrl": "https://github.com/Harshagracy.png"
"gitHubAccount": "sharepointknight", },
"company": "", {
"name": "Ryan Schouten", "gitHubAccount": "sharepointknight",
"pictureUrl": "https://github.com/sharepointknight.png" "company": "",
}, "name": "Ryan Schouten",
{ "pictureUrl": "https://github.com/sharepointknight.png"
"gitHubAccount": "Abderahman88", },
"company": "", {
"name": "Abderahman Moujahid", "gitHubAccount": "Abderahman88",
"pictureUrl": "https://github.com/Abderahman88.png" "company": "",
}, "name": "Abderahman Moujahid",
{ "pictureUrl": "https://github.com/Abderahman88.png"
"gitHubAccount": "fthorild", },
"name": "Fredrik Thorild", {
"company": "Sogeti Sweden", "gitHubAccount": "fthorild",
"pictureUrl": "https://github.com/fthorild.png" "name": "Fredrik Thorild",
}, "company": "Sogeti Sweden",
{ "pictureUrl": "https://github.com/fthorild.png"
"gitHubAccount": "AriGunawan", },
"name": "Ari Gunawan", {
"company": "", "gitHubAccount": "AriGunawan",
"pictureUrl": "https://github.com/AriGunawan.png" "name": "Ari Gunawan",
} "company": "",
], "pictureUrl": "https://github.com/AriGunawan.png"
"references": [] }
} ],
"references": []
}
]