diff --git a/samples/react-tabacordion/.gitignore b/samples/react-tabacordion/.gitignore index d5ab57b0f..636a3337f 100644 --- a/samples/react-tabacordion/.gitignore +++ b/samples/react-tabacordion/.gitignore @@ -31,3 +31,7 @@ obj # Styles Generated Code *.scss.ts +# .CER Certificates +*.cer +# .PEM Certificates +*.pem diff --git a/samples/react-tabacordion/assets/sample.json b/samples/react-tabacordion/assets/sample.json new file mode 100644 index 000000000..a85616097 --- /dev/null +++ b/samples/react-tabacordion/assets/sample.json @@ -0,0 +1,56 @@ +[ + { + "name": "pnp-sp-dev-spfx-web-parts-react-tabacordion", + "source": "pnp", + "title": "Tab Accordion", + "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", + "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-tabacordion", + "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-tabacordion", + "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", + "updateDateTime": "2022-03-30", + "products": [ + "SharePoint" + ], + "metadata": [ + { + "key": "CLIENT-SIDE-DEV", + "value": "React" + }, + { + "key": "SPFX-VERSION", + "value": "1.14" + } + ], + "thumbnails": [ + { + "type": "image", + "order": 100, + "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-tabacordion/assets/TabAccordionWebpart.gif", + "alt": "Web Part Preview" + }, + // { + // "type": "video", + // "order": 101, + // "url": "https://www.youtube.com/embed/FS-_0KENJkI", + // "alt": "Community demo of the web part" + // } + ], + "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.", + "url": "https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part" + } + ] + } +] \ No newline at end of file