sp-dev-fx-webparts/samples/react-sitepages-metadata/assets/sample.json

58 lines
2.1 KiB
JSON

[
{
"name": "pnp-sp-dev-spfx-web-parts-react-sitepages-metadata",
"source": "pnp",
"title": "Sitepages Metadata",
"shortDescription": "Solution provides an enhancement to SitePages library that enables updating existing items with metadata, and a rollup Web Part to display them.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-sitepages-metadata",
"longDescription": [
"Solution provides an enhancement to SitePages library that enables updating existing items with metadata, and a rollup Web Part to display them."
],
"creationDateTime": "2018-04-17",
"updateDateTime": "2018-04-17",
"products": [
"SharePoint",
"Office"
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "1.4.1"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-sitepages-metadata/assets/demo-wp.gif",
"alt": "Sitepages Metadata"
},
{
"type": "image",
"order": 101,
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-sitepages-metadata/assets/demo-commandset.gif?raw=true",
"alt": "Sitepages Metadata"
}
],
"authors": [
{
"gitHubAccount": "olegrumiancev",
"company": "",
"pictureUrl": "https://github.com/olegrumiancev.png",
"name": "Oleg Rumiancev"
}
],
"references": [
{
"name": "Build your first SharePoint client-side web part",
"description": "Client-side web parts are client-side components that run in the context of a SharePoint page. Client-side web parts can be deployed to SharePoint environments that support the SharePoint Framework. You can also use modern JavaScript web frameworks, tools, and libraries to build them.",
"url": "https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part"
}
]
}
]