Update sample.json

This commit is contained in:
Vesa Juvonen 2022-08-22 18:49:08 +03:00 committed by GitHub
parent 65a34f686c
commit a755697e84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 3 deletions

View File

@ -28,9 +28,15 @@
{
"type": "image",
"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"
}
},
{
"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": [
{
@ -47,4 +53,4 @@
}
]
}
]
]