Fixed sample.json

This commit is contained in:
Hugo Bernier 2022-03-27 03:25:33 -04:00 committed by GitHub
parent 9efaa28946
commit 60e3091fcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
[ [
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-hide-lists", "name": "pnp-sp-dev-spfx-web-parts-react-lists-hide",
"source": "pnp", "source": "pnp",
"title": "Hide Lists", "title": "Hide Lists",
"shortDescription": "SPFx Web part to Hide/UnHide lists in a Site Collection's Site Contents Page.", "shortDescription": "SPFx Web part to Hide/UnHide lists in a Site Collection's Site Contents Page.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-hide-lists", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-lists-hide",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-hide-lists", "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-lists-hide",
"longDescription": [ "longDescription": [
"SPFx Web part to Hide/UnHide lists in a Site Collection's Site Contents Page." "SPFx Web part to Hide/UnHide lists in a Site Collection's Site Contents Page."
], ],
@ -28,13 +28,13 @@
{ {
"type": "image", "type": "image",
"order": 100, "order": 100,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-hide-lists/assets/ListHideWebPart.jpg", "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-lists-hide/assets/ListHideWebPart.jpg",
"alt": "Web Part Preview" "alt": "Web Part Preview"
}, },
{ {
"type": "image", "type": "image",
"order": 101, "order": 101,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-hide-lists/assets/listHidewp.gif", "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-lists-hide/assets/listHidewp.gif",
"alt": "Web Part Preview" "alt": "Web Part Preview"
} }
], ],