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

55 lines
2.2 KiB
JSON

[
{
"name": "pnp-sp-dev-spfx-web-parts-react-cascadingdropdowns",
"source": "pnp",
"title": "Cascading Dropdowns",
"shortDescription": "Shows how to use Cascading Dropdowns in property panes.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-cascadingdropdowns",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-cascadingdropdowns",
"longDescription": [
"Shows how to use Cascading Dropdowns in property panes."
],
"creationDateTime": "2023-09-12",
"updateDateTime": "2023-09-12",
"products": [
"SharePoint"
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "1.18.0"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-cascadingdropdowns/assets/webpartpreview.png",
"alt": "Web Part Preview"
}
],
"authors": [
{
"gitHubAccount": "hugoabernier",
"pictureUrl": "https://github.com/hugoabernier.png",
"name": "Hugo Bernier"
}
],
"references": [ {
"name": "Use cascading dropdowns in web part properties",
"description": "When designing the property pane for your SharePoint client-side web parts, you may have one web part property that displays its options based on the value selected in another property.",
"url": "https://learn.microsoft.com/sharepoint/dev/spfx/web-parts/guidance/use-cascading-dropdowns-in-web-part-properties"
},
{
"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/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part"
}
]
}
]