Skip to content

Commit 16053af

Browse files
chore: update samples metadata [skip ci]
1 parent 278f7b8 commit 16053af

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

.metadata/samples.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5120,6 +5120,62 @@
51205120
}
51215121
]
51225122
},
5123+
{
5124+
"name": "pnp-sp-dev-spfx-extensions-react-command-document-translation",
5125+
"source": "pnp",
5126+
"title": "Command Document Translation",
5127+
"shortDescription": "A SharePoint Framework (SPFx) List View Command Set extension that enables users to translate documents from one language to another using Azure Document Translation Service. Users can select one or more documents from a SharePoint document library and translate them into multiple target languages simultaneously.",
5128+
"url": "https://github.com/pnp/sp-dev-fx-extensions/tree/main/samples/react-command-document-translation",
5129+
"longDescription": [
5130+
"A SharePoint Framework (SPFx) List View Command Set extension that enables users to translate documents from one language to another using Azure Document Translation Service. Users can select one or more documents from a SharePoint document library and translate them into multiple target languages simultaneously."
5131+
],
5132+
"creationDateTime": "2025-11-12",
5133+
"updateDateTime": "2025-11-12",
5134+
"products": [
5135+
"SharePoint"
5136+
],
5137+
"metadata": [
5138+
{
5139+
"key": "CLIENT-SIDE-DEV",
5140+
"value": "React"
5141+
},
5142+
{
5143+
"key": "SPFX-VERSION",
5144+
"value": "1.21.1"
5145+
}
5146+
],
5147+
"tags": [],
5148+
"categories": [
5149+
"SPFX-APPLICATION-EXTENSION"
5150+
],
5151+
"thumbnails": [
5152+
{
5153+
"type": "image",
5154+
"order": 100,
5155+
"url": "https://github.com/pnp/sp-dev-fx-extensions/raw/main/samples/react-command-document-translation/assets/demo.gif",
5156+
"alt": "Preview"
5157+
}
5158+
],
5159+
"authors": [
5160+
{
5161+
"gitHubAccount": "ramin-ahmadi",
5162+
"pictureUrl": "https://github.com/ramin-ahmadi.png",
5163+
"name": "Ramin Ahmadi"
5164+
}
5165+
],
5166+
"references": [
5167+
{
5168+
"name": "Overview of SharePoint Framework Extensions",
5169+
"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.",
5170+
"url": "https://learn.microsoft.com/sharepoint/dev/spfx/extensions/overview-extensions?WT.mc_id=m365-15741-cxa"
5171+
},
5172+
{
5173+
"name": "Use page placeholders from Application Customizer",
5174+
"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.",
5175+
"url": "https://learn.microsoft.com/sharepoint/dev/spfx/extensions/get-started/using-page-placeholder-with-extensions?WT.mc_id=m365-15741-cxa"
5176+
}
5177+
]
5178+
},
51235179
{
51245180
"name": "pnp-sp-dev-spfx-extensions-react-field-votes",
51255181
"source": "pnp",

0 commit comments

Comments
 (0)