83 lines
3.1 KiB
JSON
83 lines
3.1 KiB
JSON
[
|
|
{
|
|
"name": "pnp-sp-dev-spfx-web-parts-react-property-pane-navigation",
|
|
"source": "pnp",
|
|
"title": "Property Pane Navigation Web Part",
|
|
"shortDescription": "This sample showcase how to handle the navigation between property pane pages.",
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-property-pane-navigation",
|
|
"longDescription": [
|
|
"This sample showcase how to handle the navigation between property pane pages."
|
|
],
|
|
"creationDateTime": "2024-02-22",
|
|
"updateDateTime": "2024-02-22",
|
|
"products": ["SharePoint"],
|
|
"metadata": [
|
|
{
|
|
"key": "CLIENT-SIDE-DEV",
|
|
"value": "React"
|
|
},
|
|
{
|
|
"key": "SPFX-VERSION",
|
|
"value": "1.18.2"
|
|
}
|
|
],
|
|
"thumbnails": [
|
|
{
|
|
"type": "image",
|
|
"order": 100,
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-property-pane-navigation/assets/navigation_in_action.gif?raw=true",
|
|
"alt": "Property Pane Navigation"
|
|
},
|
|
{
|
|
"type": "image",
|
|
"order": 101,
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-property-pane-navigation/assets/FirstPropertyPanePage.png?raw=true",
|
|
"alt": "Property Pane Navigation"
|
|
},
|
|
{
|
|
"type": "image",
|
|
"order": 102,
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-property-pane-navigation/assets/SecondPropertyPanePage.png?raw=true",
|
|
"alt": "Property Pane Navigation"
|
|
},
|
|
{
|
|
"type": "image",
|
|
"order": 103,
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-property-pane-navigation/assets/ThirdPropertyPanePage.png?raw=true",
|
|
"alt": "Property Pane Navigation"
|
|
}
|
|
],
|
|
"authors": [
|
|
{
|
|
"gitHubAccount": "guidozam",
|
|
"company": "PiaSys",
|
|
"pictureUrl": "https://github.com/guidozam.png",
|
|
"name": "Guido Zambarda",
|
|
"twitter": "iamguidozam"
|
|
}
|
|
],
|
|
"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://learn.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part"
|
|
},
|
|
{
|
|
"name": "Integrate web part properties with SharePoint",
|
|
"description": "Learn how to integrate web part properties with SharePoint.",
|
|
"url": "https://learn.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/guidance/integrate-web-part-properties-with-sharepoint"
|
|
},
|
|
{
|
|
"name": "Make your SharePoint client-side web part configurable",
|
|
"description": "Learn how to make your SharePoint client-side web part configurable.",
|
|
"url": "https://learn.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/basics/integrate-with-property-pane"
|
|
},
|
|
{
|
|
"name": "Validate web part property values",
|
|
"description": "Learn how to validate web part property values.",
|
|
"url": "https://learn.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/guidance/validate-web-part-property-values"
|
|
}
|
|
]
|
|
}
|
|
]
|