Added video to readme
This commit is contained in:
parent
7d46b21c24
commit
373fd4c03d
|
@ -11,7 +11,8 @@
|
|||
"creationDateTime": "2021-04-02",
|
||||
"updateDateTime": "2021-04-02",
|
||||
"products": [
|
||||
"SharePoint"
|
||||
"SharePoint",
|
||||
"Office"
|
||||
],
|
||||
"metadata": [
|
||||
{
|
||||
|
@ -32,21 +33,27 @@
|
|||
},
|
||||
{
|
||||
"type": "image",
|
||||
"order": 100,
|
||||
"order": 101,
|
||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-news/assets/Stack-Style-Default.png",
|
||||
"alt": "Stack style"
|
||||
},
|
||||
{
|
||||
"type": "image",
|
||||
"order": 100,
|
||||
"order": 102,
|
||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-news/assets/Several-Sites-Author-Hidden.png",
|
||||
"alt": "Several sites author hidden"
|
||||
},
|
||||
{
|
||||
"type": "image",
|
||||
"order": 100,
|
||||
"order": 103,
|
||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-news/assets/Pagination.png",
|
||||
"alt": "Pagination"
|
||||
},
|
||||
{
|
||||
"type": "video",
|
||||
"order": 104,
|
||||
"url": "https://www.youtube.com/embed/DMZkZmJhLf0",
|
||||
"alt": "Community demo of the web part"
|
||||
}
|
||||
],
|
||||
"authors": [
|
||||
|
|
Loading…
Reference in New Issue