File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
docs/spfx/extensions/get-started Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : Build your first SharePoint Framework Extension (Hello World part 1)
3
3
description : Create an extension project, and then code and debug your Application Customizer.
4
- ms.date : 06/22 /2020
4
+ ms.date : 06/25 /2020
5
5
ms.prod : sharepoint
6
6
localization_priority : Priority
7
7
ms.custom : scenarios:getting-started
@@ -39,6 +39,7 @@ You can also follow the steps in this article by watching the video on the Share
39
39
1. When prompted, enter the following values (*select the default option for all prompts omitted below*):
40
40
41
41
- **What is your solution name?**: app-extension
42
+ - **Which baseline packages do you want to target for your component(s)?** SharePoint Online only (latest)
42
43
- **Which type of client-side component to create?**: Extension
43
44
- **What is your Application Customizer name?** HelloWorld
44
45
- **What is your Application Customizer description?** HelloWorld description
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 : 06/22 /2020
4
+ ms.date : 06/25 /2020
5
5
ms.prod : sharepoint
6
6
ms.custom : scenarios:getting-started
7
7
---
@@ -37,6 +37,7 @@ You can follow these steps by watching the video on the SharePoint PnP YouTube C
37
37
1. When prompted, enter the following values (*select the default option for all prompts omitted below*):
38
38
39
39
- **What is your solution name?**: command-extension
40
+ - **Which baseline packages do you want to target for your component(s)?** SharePoint Online only (latest)
40
41
- **Which type of client-side component to create?**: Extension
41
42
- **Which type of client-side extension to create?** ListView Command Set
42
43
- **What is your Command Set name?** HelloWorld
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 : 06/19 /2020
4
+ ms.date : 06/25 /2020
5
5
ms.prod : sharepoint
6
6
ms.custom : scenarios:getting-started
7
7
---
@@ -37,6 +37,7 @@ You can follow these steps by watching the video on the SharePoint PnP YouTube C
37
37
1. When prompted, enter the following values (*select the default option for all prompts omitted below*):
38
38
39
39
- **What is your solution name?**: field-extension
40
+ - **Which baseline packages do you want to target for your component(s)?** SharePoint Online only (latest)
40
41
- **Which type of client-side component to create?**: Extension
41
42
- **Which type of client-side extension to create?** Field Customizer
42
43
- **What is your Application Customizer name?** HelloWorld
You can’t perform that action at this time.
0 commit comments