Update sample.json (#3708)

Added preview images
This commit is contained in:
Vesa Juvonen 2023-05-17 03:46:40 -07:00 committed by GitHub
parent 9c5d98c330
commit fd5655a43a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 2 deletions

View File

@ -28,7 +28,19 @@
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-graph-webpart-report/assets/YOUR-IMAGE-NAME-HERE",
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-webparts/main/samples/react-graph-webpart-report/assets/Animated.gif",
"alt": "Web Part Preview"
},
{
"type": "image",
"order": 200,
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-webparts/main/samples/react-graph-webpart-report/assets/chartView.png",
"alt": "Web Part Preview"
},
{
"type": "image",
"order": 300,
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-webparts/main/samples/react-graph-webpart-report/assets/listView.png",
"alt": "Web Part Preview"
}
],
@ -47,4 +59,4 @@
}
]
}
]
]