Skip to content

Commit 2e1d730

Browse files
chore: update samples metadata [skip ci]
1 parent 008b54a commit 2e1d730

1 file changed

Lines changed: 106 additions & 0 deletions

File tree

.metadata/samples.json

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,6 +1046,112 @@
10461046
}
10471047
]
10481048
},
1049+
{
1050+
"name": "pnp-sp-dev-spfx-extensions-react-application-smart-context",
1051+
"source": "pnp",
1052+
"title": "Smart Context - AI-Powered Page Insights",
1053+
"shortDescription": "Get instant, personalized insights on any SharePoint page. This Application Customizer leverages the Microsoft Graph Copilot API to analyze page content alongside your emails, chats, meetings, and files — surfacing key people, pending actions, decisions, and context that matter to you.",
1054+
"url": "https://github.com/pnp/sp-dev-fx-extensions/tree/main/samples/react-application-smart-context",
1055+
"longDescription": [
1056+
"Get instant, personalized insights on any SharePoint page. This Application Customizer leverages the Microsoft Graph Copilot API to analyze page content alongside your emails, chats, meetings, and files — surfacing key people, pending actions, decisions, and context that matter to you."
1057+
],
1058+
"creationDateTime": "2026-02-01",
1059+
"updateDateTime": "2026-02-01",
1060+
"products": [
1061+
"SharePoint"
1062+
],
1063+
"metadata": [
1064+
{
1065+
"key": "CLIENT-SIDE-DEV",
1066+
"value": "React"
1067+
},
1068+
{
1069+
"key": "SPFX-VERSION",
1070+
"value": "1.22.1"
1071+
}
1072+
],
1073+
"tags": [],
1074+
"categories": [
1075+
"SPFX-APPLICATION-EXTENSION"
1076+
],
1077+
"thumbnails": [
1078+
{
1079+
"name": "smart-context-preview-1.png",
1080+
"type": "image",
1081+
"order": 100,
1082+
"url": "https://github.com/pnp/sp-dev-fx-extensions/raw/main/samples/react-application-smart-context/assets/smart-context-preview-1.png",
1083+
"alt": "Web Part Preview"
1084+
},
1085+
{
1086+
"name": "smart-context-preview-2.png",
1087+
"type": "image",
1088+
"order": 101,
1089+
"url": "https://github.com/pnp/sp-dev-fx-extensions/raw/main/samples/react-application-smart-context/assets/smart-context-preview-2.png",
1090+
"alt": "Web Part Preview"
1091+
},
1092+
{
1093+
"name": "smart-context-preview-3.png",
1094+
"type": "image",
1095+
"order": 102,
1096+
"url": "https://github.com/pnp/sp-dev-fx-extensions/raw/main/samples/react-application-smart-context/assets/smart-context-preview-3.png",
1097+
"alt": "Web Part Preview"
1098+
},
1099+
{
1100+
"name": "smart-context-preview-4.png",
1101+
"type": "image",
1102+
"order": 103,
1103+
"url": "https://github.com/pnp/sp-dev-fx-extensions/raw/main/samples/react-application-smart-context/assets/smart-context-preview-4.png",
1104+
"alt": "Web Part Preview"
1105+
},
1106+
{
1107+
"name": "smart-context-preview-5.png",
1108+
"type": "image",
1109+
"order": 104,
1110+
"url": "https://github.com/pnp/sp-dev-fx-extensions/raw/main/samples/react-application-smart-context/assets/smart-context-preview-5.png",
1111+
"alt": "Web Part Preview"
1112+
},
1113+
{
1114+
"name": "smart-context-preview-6.png",
1115+
"type": "image",
1116+
"order": 105,
1117+
"url": "https://github.com/pnp/sp-dev-fx-extensions/raw/main/samples/react-application-smart-context/assets/smart-context-preview-6.png",
1118+
"alt": "Web Part Preview"
1119+
},
1120+
{
1121+
"name": "smart-context-preview.gif",
1122+
"type": "image",
1123+
"order": 106,
1124+
"url": "https://github.com/pnp/sp-dev-fx-extensions/raw/main/samples/react-application-smart-context/assets/smart-context-preview.gif",
1125+
"alt": "Web Part Preview"
1126+
},
1127+
{
1128+
"name": "smart-context-preview.png",
1129+
"type": "image",
1130+
"order": 107,
1131+
"url": "https://github.com/pnp/sp-dev-fx-extensions/raw/main/samples/react-application-smart-context/assets/smart-context-preview.png",
1132+
"alt": "Web Part Preview"
1133+
}
1134+
],
1135+
"authors": [
1136+
{
1137+
"gitHubAccount": "fredupstair",
1138+
"pictureUrl": "https://github.com/fredupstair.png",
1139+
"name": "Federico Porceddu"
1140+
}
1141+
],
1142+
"references": [
1143+
{
1144+
"name": "Overview of SharePoint Framework Extensions",
1145+
"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.",
1146+
"url": "https://learn.microsoft.com/sharepoint/dev/spfx/extensions/overview-extensions?WT.mc_id=m365-15741-cxa"
1147+
},
1148+
{
1149+
"name": "Use page placeholders from Application Customizer",
1150+
"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.",
1151+
"url": "https://learn.microsoft.com/sharepoint/dev/spfx/extensions/get-started/using-page-placeholder-with-extensions?WT.mc_id=m365-15741-cxa"
1152+
}
1153+
]
1154+
},
10491155
{
10501156
"name": "pnp-sp-dev-fx-extensions-react-formcustomizer-customers",
10511157
"source": "pnp",

0 commit comments

Comments
 (0)