diff --git a/.metadata/extension-samples.json b/.metadata/extension-samples.json index 0ad468274..dd5375b9e 100644 --- a/.metadata/extension-samples.json +++ b/.metadata/extension-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", diff --git a/.metadata/samples.json b/.metadata/samples.json index 1862a871d..8222f3013 100644 --- a/.metadata/samples.json +++ b/.metadata/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",