Fixed sample schema
This commit is contained in:
parent
5b2e546d9d
commit
678d638ded
|
@ -1,6 +1,6 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "pnp-sp-dev-spfx-webparts-react-associated-sites-links",
|
"name": "pnp-sp-dev-spfx-web-parts-react-associated-sites-links",
|
||||||
"source": "pnp",
|
"source": "pnp",
|
||||||
"title": "Associated Sites Links",
|
"title": "Associated Sites Links",
|
||||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-associated-sites-links",
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-associated-sites-links",
|
||||||
|
@ -39,6 +39,12 @@
|
||||||
"name": "Ari Gunawan"
|
"name": "Ari Gunawan"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"references": []
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "pnp-sp-dev-fx-webparts-react-flighttracker",
|
"name": "pnp-sp-dev-spfx-web-parts-react-flighttracker",
|
||||||
"source": "pnp",
|
"source": "pnp",
|
||||||
"title": "Flight Tracker",
|
"title": "Flight Tracker",
|
||||||
"shortDescription": "Sample Web Part to track all flights from a selected airport, date and information type.",
|
"shortDescription": "Sample Web Part to track all flights from a selected airport, date and information type.",
|
||||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-flighttracker",
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-flighttracker",
|
||||||
"longDescription": [
|
"longDescription": [
|
||||||
"This Web Part allows to track all flights from a selected airport, date and information type.",
|
"This Web Part allows to track all flights from a selected airport, date and information type.",
|
||||||
"The SPFx use external API (<a href='https://aerodatabox.p.rapidapi.com/flights/number/'>https://aerodatabox.p.rapidapi.com/flights/number/</a>) to get data of flight, please see <a href='https://rapidapi.com/aedbx-aedbx/api/aerodatabox/'>https://rapidapi.com/aedbx-aedbx/api/aerodatabox/</a> to get more information. There is some restritions on this API, the number of requests is limited (free version)"
|
"The SPFx use external API to get data of flight. There are some restritions on this API, the number of requests is limited (free version)"
|
||||||
],
|
],
|
||||||
"creationDateTime": "2022-11-14",
|
"creationDateTime": "2022-11-14",
|
||||||
"updateDateTime": "2022-11-14",
|
"updateDateTime": "2022-11-14",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "pnp-sp-dev-fx-webparts-react-kiota-custom-api-client",
|
"name": "pnp-sp-dev-spfx-web-parts-react-kiota-custom-api-client",
|
||||||
"source": "pnp",
|
"source": "pnp",
|
||||||
"title": "React Kiota Custom API Client",
|
"title": "React Kiota Custom API Client",
|
||||||
"shortDescription": "Using Kiota to generate a client to your AzureAd API and use it from a SPFx webpart.",
|
"shortDescription": "Using Kiota to generate a client to your AzureAd API and use it from a SPFx webpart.",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "pnp-sp-dev-fx-webparts-react-rhythm-of-business-calendar",
|
"name": "pnp-sp-dev-spfx-web-parts-react-rhythm-of-business-calendar",
|
||||||
"source": "pnp",
|
"source": "pnp",
|
||||||
"title": "Rhythm of Business Calendar",
|
"title": "Rhythm of Business Calendar",
|
||||||
"shortDescription": "This sample is the source code for the Rhythm of Business Calendar app and is intended to demonstrate patterns and practices for building enterprise apps on the SharePoint platform.",
|
"shortDescription": "This sample is the source code for the Rhythm of Business Calendar app and is intended to demonstrate patterns and practices for building enterprise apps on the SharePoint platform.",
|
||||||
|
@ -66,4 +66,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue