From ad60a3b604a4673e5b70c64b9d59ba5a3a5d1c3c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 9 Aug 2024 14:25:40 +0000 Subject: [PATCH] Update samples.json in gh-pages branch --- samples.json | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/samples.json b/samples.json index 1862a871d9..8222f30139 100644 --- a/samples.json +++ b/samples.json @@ -6196,6 +6196,80 @@ } ] }, + { + "name": "pnp-sp-dev-spfx-extensions-react-field-reporting", + "source": "pnp", + "title": "TODO: TITLE-GOES-HERE", + "shortDescription": "DESCRIPTION-GOES-HERE", + "url": "https://github.com/pnp/sp-dev-fx-extensions/tree/main/samples/react-field-reporting", + "longDescription": [ + "TODO: LONG-DESCRIPTION-GOES-HERE" + ], + "creationDateTime": "2023-12-25", + "updateDateTime": "2023-12-31", + "products": [ + "SharePoint" + ], + "metadata": [ + { + "key": "CLIENT-SIDE-DEV", + "value": "React" + }, + { + "key": "SPFX-VERSION", + "value": "1.16.1" + } + ], + "tags": [], + "categories": [ + "SPFX-FIELD-EXTENSION" + ], + "thumbnails": [ + { + "type": "image", + "order": 100, + "url": "https://github.com/pnp/sp-dev-fx-extensions/raw/main/samples/react-field-reporting/assets/app-charts.png", + "alt": "Preview" + }, + { + "type": "image", + "order": 101, + "url": "https://github.com/pnp/sp-dev-fx-extensions/raw/main/samples/react-field-reporting/assets/app-column.png", + "alt": "Preview" + }, + { + "type": "image", + "order": 102, + "url": "https://github.com/pnp/sp-dev-fx-extensions/raw/main/samples/react-field-reporting/assets/app-results.png", + "alt": "Preview" + }, + { + "type": "image", + "order": 103, + "url": "https://github.com/pnp/sp-dev-fx-extensions/raw/main/samples/react-field-reporting/assets/app-webpart-configs.png", + "alt": "Preview" + } + ], + "authors": [ + { + "gitHubAccount": "ejazhussain", + "pictureUrl": "https://github.com/ejazhussain.png", + "name": "Ejaz Hussain" + } + ], + "references": [ + { + "name": "Overview of SharePoint Framework Extensions", + "description": "You can use SharePoint Framework (SPFx) Extensions to extend the SharePoint user experience. With SPFx Extensions, you can customize more facets of the SharePoint experience, including notification areas, toolbars, and list data views. SPFx Extensions are available in all Microsoft 365 subscriptions for production usage.", + "url": "https://docs.microsoft.com/sharepoint/dev/spfx/extensions/overview-extensions?WT.mc_id=m365-15741-cxa" + }, + { + "name": "Use page placeholders from Application Customizer", + "description": "Application Customizers provide access to well-known locations on SharePoint pages that you can modify based on your business and functional requirements. For example, you can create dynamic header and footer experiences that render across all the pages in SharePoint Online.", + "url": "https://docs.microsoft.com/sharepoint/dev/spfx/extensions/get-started/using-page-placeholder-with-extensions?WT.mc_id=m365-15741-cxa" + } + ] + }, { "name": "pnp-sp-dev-spfx-extensions-react-field-slider", "source": "pnp",