sp-dev-fx-webparts/samples/react-copy-views/assets/sample.json

57 lines
2.2 KiB
JSON
Raw Normal View History

2022-08-29 14:17:25 -04:00
[
{
"name": "pnp-sp-dev-spfx-web-parts-react-copy-views",
"source": "pnp",
2024-04-18 01:51:29 -04:00
"title": "Copy Views Web Part",
2022-09-05 17:33:15 -04:00
"shortDescription": "The Copy Views solution enables a user to copy views from one list/library to another across site collections.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-copy-views",
2022-08-29 14:17:25 -04:00
"longDescription": [
2022-09-05 17:33:15 -04:00
"The Copy Views solution enables a user to copy views from one list/library to another across site collections. It can be used as a webpart on a page, or as a ListView Command Set extension. The user can select multiple views to copy to multiple target lists."
2022-08-29 14:17:25 -04:00
],
"creationDateTime": "2022-08-29",
2023-02-10 15:28:17 -05:00
"updateDateTime": "2023-02-09",
2022-08-29 14:17:25 -04:00
"products": [
"SharePoint"
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
2023-02-10 15:28:17 -05:00
"value": "1.16.1"
2022-08-29 14:17:25 -04:00
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-copy-views/assets/copy-views.gif",
"alt": "Copy Views solution"
},
{
"type": "image",
"order": 101,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-copy-views/assets/copy-views-screenshot.png",
"alt": "Copy Views solution"
}
],
"authors": [
{
"gitHubAccount": "martinlingstuyl",
"company": "I4-YOU Business Solutions b.v.",
"pictureUrl": "https://avatars.githubusercontent.com/u/5267487?v=4",
"name": "Martin Lingstuyl"
}
],
"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.",
2022-10-24 09:42:45 -04:00
"url": "https://learn.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part"
2022-08-29 14:17:25 -04:00
}
]
}
]