Created sample.json for react-associated-sites-links

This commit is contained in:
Paolo Pialorsi 2022-11-11 12:03:05 +01:00
parent 2df738e8f8
commit 13fd64ec8e
3 changed files with 24822 additions and 1 deletions

View File

@ -0,0 +1,44 @@
[
{
"name": "pnp-sp-dev-spfx-webparts-react-associated-sites-links",
"source": "pnp",
"title": "Associated Sites Links",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-associated-sites-links",
"shortDescription": "Web part that will display links to all associated sites that registered to the current site. Current site should be a hub site.",
"longDescription": [
"Web part that will display links to all associated sites that registered to the current site.",
"Current site should be a hub site."
],
"creationDateTime": "2021-04-19",
"updateDateTime": "2022-11-11",
"products": [
"SharePoint"
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "Javascript"
},
{
"key": "SPFX-VERSION",
"value": "1.15.2"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-associated-sites-links/assets/result.png",
"alt": "Extension in action"
}
],
"authors": [
{
"gitHubAccount": "AriGunawan",
"pictureUrl": "https://github.com/AriGunawan.png",
"name": "Ari Gunawan"
}
],
"references": []
}
]

File diff suppressed because it is too large Load Diff

View File

@ -42,4 +42,4 @@
"tailwindcss": "^3.1.8",
"typescript": "4.5.5"
}
}
}