Updated sample.json template
This commit is contained in:
parent
83896848fa
commit
b26e477b5e
|
@ -1,15 +1,15 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "pnp-sp-dev-spfx-web-parts-TODO",
|
"name": "pnp-sp-dev-spfx-web-parts-YOUR-SAMPLE-NAME",
|
||||||
"source": "pnp",
|
"source": "pnp",
|
||||||
"title": "TODO",
|
"title": "YOUR-SAMPLE-TITLE",
|
||||||
"shortDescription": "TODO",
|
"shortDescription": "YOUR-SHORT-DESCRIPTION",
|
||||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/TODO",
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/YOUR-SAMPLE-NAME",
|
||||||
"longDescription": [
|
"longDescription": [
|
||||||
"TODO"
|
"YOUR-SHORT-DESCRIPTION"
|
||||||
],
|
],
|
||||||
"creationDateTime": "2021-04-02",
|
"creationDateTime": "2021-11-01",
|
||||||
"updateDateTime": "2021-04-02",
|
"updateDateTime": "2021-11-01",
|
||||||
"products": [
|
"products": [
|
||||||
"SharePoint",
|
"SharePoint",
|
||||||
"Office"
|
"Office"
|
||||||
|
@ -21,23 +21,22 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "SPFX-VERSION",
|
"key": "SPFX-VERSION",
|
||||||
"value": "1.12.1"
|
"value": "1.13.0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"thumbnails": [
|
"thumbnails": [
|
||||||
{
|
{
|
||||||
"type": "image",
|
"type": "image",
|
||||||
"order": 100,
|
"order": 100,
|
||||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/TODO",
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/YOUR-SAMPLE-NAME/assets/YOUR-IMAGE-NAME-HERE",
|
||||||
"alt": "TODO"
|
"alt": "Web Part Preview"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"gitHubAccount": "TODO",
|
"gitHubAccount": "YOUR-GITHUB-ACCOUNT",
|
||||||
"pictureUrl": "https://github.com/TODO.png",
|
"pictureUrl": "https://github.com/YOUR-GITHUB-ACCOUNT.png",
|
||||||
"name": "TODO",
|
"name": "YOUR-NAME"
|
||||||
"twitter": "TODO"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"references": [
|
"references": [
|
||||||
|
|
Loading…
Reference in New Issue