2021-04-07 22:37:04 -04:00
[
{
2021-11-03 23:21:47 -04:00
"name" : "pnp-sp-dev-spfx-web-parts-YOUR-SAMPLE-NAME" ,
2021-04-07 22:37:04 -04:00
"source" : "pnp" ,
2021-11-03 23:21:47 -04:00
"title" : "YOUR-SAMPLE-TITLE" ,
"shortDescription" : "YOUR-SHORT-DESCRIPTION" ,
"url" : "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/YOUR-SAMPLE-NAME" ,
2022-03-27 14:28:34 -04:00
"downloadUrl" : "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/YOUR-SAMPLE-NAME" ,
2021-04-07 22:37:04 -04:00
"longDescription" : [
2021-11-03 23:21:47 -04:00
"YOUR-SHORT-DESCRIPTION"
2021-04-07 22:37:04 -04:00
] ,
2022-01-16 14:47:11 -05:00
"creationDateTime" : "2022-12-25" ,
"updateDateTime" : "2022-12-31" ,
2021-04-07 22:37:04 -04:00
"products" : [
2021-12-10 12:55:32 -05:00
"SharePoint"
2021-04-07 22:37:04 -04:00
] ,
"metadata" : [
{
"key" : "CLIENT-SIDE-DEV" ,
"value" : "React"
} ,
{
"key" : "SPFX-VERSION" ,
2022-10-17 10:00:34 -04:00
"value" : "1.15.2"
2021-04-07 22:37:04 -04:00
}
] ,
"thumbnails" : [
{
"type" : "image" ,
"order" : 100 ,
2021-11-03 23:21:47 -04:00
"url" : "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/YOUR-SAMPLE-NAME/assets/YOUR-IMAGE-NAME-HERE" ,
"alt" : "Web Part Preview"
2021-11-21 15:16:05 -05:00
} ,
{
"type" : "video" ,
"order" : 101 ,
"url" : "https://www.youtube.com/embed/FS-_0KENJkI" ,
"alt" : "Community demo of the web part"
2021-04-07 22:37:04 -04:00
}
] ,
"authors" : [
{
2021-11-03 23:21:47 -04:00
"gitHubAccount" : "YOUR-GITHUB-ACCOUNT" ,
"pictureUrl" : "https://github.com/YOUR-GITHUB-ACCOUNT.png" ,
"name" : "YOUR-NAME"
2021-04-07 22:37:04 -04:00
}
] ,
"references" : [
{
"name" : "Build your first SharePoint client-side web part" ,
"description" : "Client-side web parts are client-side components that run in the context of a SharePoint page. Client-side web parts can be deployed to SharePoint environments that support the SharePoint Framework. You can also use modern JavaScript web frameworks, tools, and libraries to build them." ,
2022-05-30 11:53:03 -04:00
"url" : "https://docs.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part"
2021-04-07 22:37:04 -04:00
}
]
}
]