File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : Build your first ListView Command Set extension
3
3
description : Create an extension project, and then code and debug your extension by using SharePoint Framework (SPFx) Extensions.
4
- ms.date : 01/28 /2020
4
+ ms.date : 03/17 /2020
5
5
ms.prod : sharepoint
6
6
ms.custom : scenarios:getting-started
7
7
---
@@ -43,7 +43,7 @@ You can follow these steps by watching the video on the SharePoint PnP YouTube C
43
43
* Accept the default value of ** command-extension** as your solution name, and then select Enter.
44
44
* Select ** SharePoint Online only (latest)** , and select Enter.
45
45
* Select ** Use the current folder** , and select Enter.
46
- * Select ** N** to allow solution to be deployed to all sites immediately.
46
+ * Select ** N** to not allow solution to be deployed to all sites immediately.
47
47
* Select ** N** on the question if solution contains unique permissions.
48
48
* Select ** Extension** as the client-side component type to be created.
49
49
* Select ** ListView Command Set** as the extension type to be created.
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Build your first Field Customizer extension
3
3
description : Create an extension project, and then code and debug your extension by using SharePoint Framework (SPFx) Extensions.
4
- ms.date : 01/28 /2020
4
+ ms.date : 03/17 /2020
5
5
ms.prod : sharepoint
6
6
ms.custom : scenarios:getting-started
7
7
---
@@ -43,7 +43,7 @@ You can follow these steps by watching the video on the SharePoint PnP YouTube C
43
43
* Accept the default value of **field-extension** as your solution name, and then select Enter.
44
44
* Select **SharePoint Online only (latest)**, and select Enter.
45
45
* Select **Use the current folder**, and select Enter.
46
- * Select **N** to allow solution to be deployed to all sites immediately.
46
+ * Select **N** to not allow solution to be deployed to all sites immediately.
47
47
* Select **N** on the question if solution contains unique permissions.
48
48
* Select **Extension** as the client-side component type to be created.
49
49
* Select **Field Customizer** as the extension type to be created.
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Build your first SharePoint client-side web part (Hello World part 1)
3
3
description : Create a new web part project and preview it.
4
- ms.date : 02/08 /2020
4
+ ms.date : 03/17 /2020
5
5
ms.prod : sharepoint
6
6
localization_priority : Priority
7
7
ms.custom : scenarios:getting-started
@@ -54,7 +54,7 @@ You can also follow these steps by watching this video on the SharePoint PnP You
54
54
* Accept the default ** helloworld-webpart** as your solution name, and then select Enter.
55
55
* Select ** SharePoint Online only (latest)** , and select Enter.
56
56
* Select ** Use the current folder** for where to place the files.
57
- * Select ** N** to allow the solution to be deployed to all sites immediately.
57
+ * Select ** N** to not allow the solution to be deployed to all sites immediately.
58
58
* Select ** N** on the question if solution contains unique permissions.
59
59
* Select ** WebPart** as the client-side component type to be created.
60
60
You can’t perform that action at this time.
0 commit comments