diff --git a/samples/js-modern-calendar/assets/sample.json b/samples/js-modern-calendar/assets/sample.json index 5177d1101..51f2ef263 100644 --- a/samples/js-modern-calendar/assets/sample.json +++ b/samples/js-modern-calendar/assets/sample.json @@ -11,7 +11,8 @@ "creationDateTime": "2020-06-05", "updateDateTime": "2021-10-28", "products": [ - "SharePoint" + "SharePoint", + "Office" ], "metadata": [ { @@ -27,18 +28,19 @@ { "type": "image", "order": 100, - "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/assets/14b88f34-0121-11e7-8c91-56ecff9343e1.png", + "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/js-modern-calendar/assets/14b88f34-0121-11e7-8c91-56ecff9343e1.png", "alt": "Modern Calendar" }, { "type": "image", "order": 102, - "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/assets/14c3ec26-0121-11e7-8be8-65fbcca32b62.png", + "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/js-modern-calendar/assets/14c3ec26-0121-11e7-8be8-65fbcca32b62.png", "alt": "Modern Calendar" - },{ + }, + { "type": "image", "order": 103, - "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/assets/14c4333e-0121-11e7-9bf1-3117651222d3.png", + "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/js-modern-calendar/assets/14c4333e-0121-11e7-9bf1-3117651222d3.png", "alt": "Modern Calendar" } ], diff --git a/samples/react-follow-document/assets/sample.json b/samples/react-follow-document/assets/sample.json index 0d42f7a1b..8c61f2215 100644 --- a/samples/react-follow-document/assets/sample.json +++ b/samples/react-follow-document/assets/sample.json @@ -27,7 +27,7 @@ { "type": "image", "order": 100, - "url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-follow-document/Assets/FollowDocumentSample1.gif?raw=true", + "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-follow-document/assets/FollowDocumentSample1.gif", "alt": "react-follow-document" }, { diff --git a/samples/react-pnp-controls/assets/sample.json b/samples/react-pnp-controls/assets/sample.json index d1141a1b1..5df9f7bc8 100644 --- a/samples/react-pnp-controls/assets/sample.json +++ b/samples/react-pnp-controls/assets/sample.json @@ -1,6 +1,6 @@ [ { - "name": "pnp-sp-dev-spfx-web-parts-react-pnp-controls", + "name": "pnp-sp-dev-spfx-web-parts-pnp-controls", "source": "pnp", "title": "SharePoint Framework PnP Controls Sample", "shortDescription": "This is a sample project that contains a web part which makes use of the PnP SPFx Controls", @@ -11,7 +11,8 @@ "creationDateTime": "2020-12-16", "updateDateTime": "2020-12-16", "products": [ - "SharePoint" + "SharePoint", + "Office" ], "metadata": [ { @@ -37,7 +38,7 @@ { "type": "image", "order": 101, - "url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-pnp-controls/assets/documents.png?raw=true", + "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-pnp-controls/assets/documents.png", "alt": "SharePoint Framework PnP Controls Sample" } ], @@ -61,7 +62,7 @@ { "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.", - "url": "https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part" + "url": "https://docs.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part" } ] } diff --git a/samples/react-versiondisplay/assets/sample.json b/samples/react-versiondisplay/assets/sample.json new file mode 100644 index 000000000..5bf5268cf --- /dev/null +++ b/samples/react-versiondisplay/assets/sample.json @@ -0,0 +1,52 @@ +[ + { + "name": "pnp-sp-dev-spfx-web-parts-react-versiondisplay", + "source": "pnp", + "title": "Displaying the version number in a web part", + "shortDescription": "This very simple sample demonstrates three different approaches to display the version number of your SharePoint solution in your web part.", + "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-versiondisplay", + "longDescription": [ + "This very simple sample demonstrates three different approaches to display the version number of your SharePoint solution in your web part." + ], + "creationDateTime": "2020-04-10", + "updateDateTime": "2022-02-07", + "products": [ + "SharePoint", + "Office" + ], + "metadata": [ + { + "key": "CLIENT-SIDE-DEV", + "value": "React" + }, + { + "key": "SPFX-VERSION", + "value": "1.13.1" + } + ], + "thumbnails": [ + { + "type": "image", + "order": 100, + "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-versiondisplay/assets/versiondisplay.gif", + "alt": "Displaying the version number in a web part" + } + ], + "authors": [ + { + "gitHubAccount": "hugoabernier", + "company": "Tahoe Ninjas", + "pictureUrl": "https://github.com/hugoabernier.png", + "name": "Hugo Bernier", + "twitter": "bernierh" + } + ], + "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.", + "url": "https://docs.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part" + } + ] + } +] \ No newline at end of file diff --git a/samples/react-versiondisplay/assets/versiondisplay.gif b/samples/react-versiondisplay/assets/versiondisplay.gif new file mode 100644 index 000000000..83ce8e68e Binary files /dev/null and b/samples/react-versiondisplay/assets/versiondisplay.gif differ