Skip to content

Commit

Permalink
Update samples.json in gh-pages branch
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 9, 2024
1 parent e858c0c commit ad60a3b
Showing 1 changed file with 74 additions and 0 deletions.
74 changes: 74 additions & 0 deletions samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ad60a3b

Please sign in to comment.