Skip to content

Commit f875aa7

Browse files
chore: update samples metadata (with errors) [skip ci]
1 parent d1a85e0 commit f875aa7

2 files changed

Lines changed: 59 additions & 0 deletions

File tree

.metadata/errors.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"timestamp": "2026-06-20T18:22:11+02:00",
3+
"commit": "d1a85e035a0e311e86b68a85f8023369c6ce6155",
4+
"errors": [
5+
{
6+
"file": "samples/react-access-lens/assets/sample.json",
7+
"error": "JSON decode error at line 1, column 1: Unexpected UTF-8 BOM (decode using utf-8-sig)"
8+
}
9+
]
10+
}

.metadata/samples.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4745,6 +4745,55 @@
47454745
}
47464746
]
47474747
},
4748+
{
4749+
"name": "pnp-sp-dev-spfx-extensions-react-site-content-ribbon-extension",
4750+
"source": "pnp",
4751+
"title": "Site Content Ribbon Extension",
4752+
"shortDescription": "Site Content Ribbon Extension is a SharePoint Framework Application Customizer for SharePoint Online that adds a ribbon-style “Site content” action to the SharePoint header and opens a modern, searchable experience for browsing site content directly from the current page.",
4753+
"url": "https://github.com/pnp/sp-dev-fx-extensions/tree/main/samples/react-site-content-ribbon-extension",
4754+
"longDescription": [
4755+
"Site Content Ribbon Extension is a SharePoint Framework Application Customizer for SharePoint Online that adds a ribbon-style “Site content” action to the SharePoint header and opens a modern, searchable experience for browsing site content directly from the current page."
4756+
],
4757+
"creationDateTime": "2026-06-19",
4758+
"updateDateTime": "2026-06-19",
4759+
"products": [
4760+
"SharePoint"
4761+
],
4762+
"metadata": [
4763+
{
4764+
"key": "CLIENT-SIDE-DEV",
4765+
"value": "React"
4766+
},
4767+
{
4768+
"key": "SPFX-VERSION",
4769+
"value": "1.23.0"
4770+
}
4771+
],
4772+
"tags": [],
4773+
"categories": [
4774+
"SPFX-APPLICATION-EXTENSION"
4775+
],
4776+
"thumbnails": [],
4777+
"authors": [
4778+
{
4779+
"gitHubAccount": "HarminderSethi",
4780+
"pictureUrl": "https://github.com/HarminderSethi.png",
4781+
"name": "Harminder Singh"
4782+
}
4783+
],
4784+
"references": [
4785+
{
4786+
"name": "Overview of SharePoint Framework Extensions",
4787+
"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.",
4788+
"url": "https://learn.microsoft.com/sharepoint/dev/spfx/extensions/overview-extensions?WT.mc_id=m365-15741-cxa"
4789+
},
4790+
{
4791+
"name": "Use page placeholders from Application Customizer",
4792+
"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.",
4793+
"url": "https://learn.microsoft.com/sharepoint/dev/spfx/extensions/get-started/using-page-placeholder-with-extensions?WT.mc_id=m365-15741-cxa"
4794+
}
4795+
]
4796+
},
47484797
{
47494798
"name": "pnp-sp-dev-spfx-extensions-js-field-weather",
47504799
"source": "pnp",

0 commit comments

Comments
 (0)