Created sample.json for react-associated-sites-links
This commit is contained in:
parent
2df738e8f8
commit
13fd64ec8e
|
@ -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
|
@ -42,4 +42,4 @@
|
|||
"tailwindcss": "^3.1.8",
|
||||
"typescript": "4.5.5"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue