Update samples.json in gh-pages branch
This commit is contained in:
parent
4002510d90
commit
45d8c03595
28
samples.json
28
samples.json
|
@ -18740,10 +18740,10 @@
|
||||||
"shortDescription": "This solution contains an SPFx web part which shows a Kanban board using jqxKanban ReactJS component (from JQWidgets). The web part uses the default columns of the SharePoint Tasks list for showing the board's columns and the tasks.",
|
"shortDescription": "This solution contains an SPFx web part which shows a Kanban board using jqxKanban ReactJS component (from JQWidgets). The web part uses the default columns of the SharePoint Tasks list for showing the board's columns and the tasks.",
|
||||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-kanban-board",
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-kanban-board",
|
||||||
"longDescription": [
|
"longDescription": [
|
||||||
"This solution contains an SPFx web part which shows a Kanban board using jqxKanban ReactJS component (from JQWidgets). The web part uses the default columns of the SharePoint Tasks list for showing the board's columns and the tasks."
|
"This solution contains an SPFx web part which shows a Kanban board. The web part uses the default columns of the SharePoint Tasks list for showing the board's columns and the tasks."
|
||||||
],
|
],
|
||||||
"creationDateTime": "2020-07-02",
|
"creationDateTime": "2020-07-02",
|
||||||
"updateDateTime": "2020-07-02",
|
"updateDateTime": "2024-05-26",
|
||||||
"products": [
|
"products": [
|
||||||
"SharePoint"
|
"SharePoint"
|
||||||
],
|
],
|
||||||
|
@ -18754,7 +18754,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "SPFX-VERSION",
|
"key": "SPFX-VERSION",
|
||||||
"value": "1.13.0"
|
"value": "1.19.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "SPFX-TEAMSTAB",
|
"key": "SPFX-TEAMSTAB",
|
||||||
|
@ -18770,7 +18770,25 @@
|
||||||
"type": "image",
|
"type": "image",
|
||||||
"order": 100,
|
"order": 100,
|
||||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-kanban-board/assets/kanbanofficeUI.gif",
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-kanban-board/assets/kanbanofficeUI.gif",
|
||||||
"alt": "Kanban Board Web part"
|
"alt": "Kanban Board Web part in action"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "image",
|
||||||
|
"order": 101,
|
||||||
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-kanban-board/assets/kanbanimg1.png",
|
||||||
|
"alt": "Kanban Board Web part configuration of a bucket"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "image",
|
||||||
|
"order": 102,
|
||||||
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-kanban-board/assets/kanbanimg2.png",
|
||||||
|
"alt": "Kanban Board Web part item View"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "image",
|
||||||
|
"order": 103,
|
||||||
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-kanban-board/assets/kanbanimg3.png",
|
||||||
|
"alt": "Kanban Board Web part task list selection and status column order as bucket"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
|
@ -18790,7 +18808,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"gitHubAccount": "petkir",
|
"gitHubAccount": "petkir",
|
||||||
"company": "Cubido Business Solutions GmbH",
|
"company": "ACP CUBIDO Digital Solutions GmbH",
|
||||||
"pictureUrl": "https://github.com/petkir.png",
|
"pictureUrl": "https://github.com/petkir.png",
|
||||||
"name": "Peter Paul Kirschner",
|
"name": "Peter Paul Kirschner",
|
||||||
"twitter": "petkir_at"
|
"twitter": "petkir_at"
|
||||||
|
|
Loading…
Reference in New Issue