From acb843256a5a6b21605ff82c81b2348cc59a1340 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sun, 2 May 2021 18:34:12 -0400 Subject: [PATCH] Update sample.json --- samples/angular-ngofficeuifabric-todo/assets/sample.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/samples/angular-ngofficeuifabric-todo/assets/sample.json b/samples/angular-ngofficeuifabric-todo/assets/sample.json index 8a62a1668..5ea699b5d 100644 --- a/samples/angular-ngofficeuifabric-todo/assets/sample.json +++ b/samples/angular-ngofficeuifabric-todo/assets/sample.json @@ -2,11 +2,12 @@ { "name": "pnp-sp-dev-spfx-web-parts-angular-ngofficeuifabric-todo", "source": "pnp", - "title": "Angular \u0026 ngOfficeUIFabric Client-Side Web Part", - "shortDescription": "", + "title": "Angular \u0026 ngOfficeUIFabric Client-Side Web Part", + "shortDescription": "Illustrates the use of Angular and ngOfficeUIFabric with the SharePoint Framework.", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/angular-ngofficeuifabric-todo", "longDescription": [ - "" + "This is a sample web part that illustrates the use of Angular and ngOfficeUIFabric with the SharePoint Framework.", + "You can find a video recording walk-through this sample from SharePoint PnP YouTube channel." ], "creationDateTime": "2016-09-09", "updateDateTime": "2016-09-09", @@ -49,4 +50,4 @@ } ] } -] \ No newline at end of file +]