sp-dev-fx-webparts/samples/react-accordion-with-richtext/assets/sample.json

51 lines
2.3 KiB
JSON
Raw Normal View History

2022-04-10 17:15:59 -04:00
[
{
2022-04-11 03:55:13 -04:00
"name": "pnp-sp-dev-spfx-web-parts-react-accordion-with-richtext",
2022-04-10 17:15:59 -04:00
"source": "pnp",
2024-04-18 01:51:29 -04:00
"title": "Tab Accordion Web Part",
2022-04-10 17:15:59 -04:00
"shortDescription": "This Web Part allows users to create content as Tabbed content using Property Field Collection Data and tinyMCE for Rich Text Editing targeted for SharePoint Online",
2022-04-11 03:55:13 -04:00
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-accordion-with-richtext",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-accordion-with-richtext",
2022-04-10 17:15:59 -04:00
"longDescription": [
"This Web Part allows users to create content as Tabbed content using Property Field Collection Data and tinyMCE for Rich Text Editing targeted for SharePoint Online"
],
"creationDateTime": "2022-03-30",
2023-01-12 08:13:26 -05:00
"updateDateTime": "2023-01-03",
2022-04-10 17:15:59 -04:00
"products": [
"SharePoint"
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
2023-01-12 08:13:26 -05:00
"value": "1.13.1"
2022-04-10 17:15:59 -04:00
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
2022-04-11 03:55:42 -04:00
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-accordion-with-richtext/assets/TabAccordionWebpart.PNG",
2022-04-10 17:15:59 -04:00
"alt": "Web Part Preview"
2022-08-08 10:24:47 -04:00
}
2022-04-10 17:15:59 -04:00
],
"authors": [
{
"gitHubAccount": "arunkumarperumal",
"pictureUrl": "https://github.com/arunkumarperumal.png",
"name": "Arun Kumar Perumal"
}
],
"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-04-10 17:15:59 -04:00
}
]
}
2022-08-08 10:24:47 -04:00
]