Update sample.json
This commit is contained in:
parent
65a34f686c
commit
a755697e84
|
@ -28,9 +28,15 @@
|
||||||
{
|
{
|
||||||
"type": "image",
|
"type": "image",
|
||||||
"order": 100,
|
"order": 100,
|
||||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-palette-picker/assets/YOUR-IMAGE-NAME-HERE",
|
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-webparts/main/samples/react-palette-picker/assets/palettePickerWebPart.gif",
|
||||||
"alt": "Web Part Preview"
|
"alt": "Web Part Preview"
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"type": "image",
|
||||||
|
"order": 200,
|
||||||
|
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-webparts/main/samples/react-palette-picker/assets/palettePickerWebPartAfterSaveAndRefresh.gif",
|
||||||
|
"alt": "Web Part Preview"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
@ -47,4 +53,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue