Skip to content

Commit 143e761

Browse files
committed
Add "which baseline packages" question to extension projects
- previously removed the 2nd question in the SPFx generator - added back to specify "SPO" as the option to select so the user sees the extention component type - fixes SharePoint#5937
1 parent c0bd59c commit 143e761

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/spfx/extensions/get-started/build-a-hello-world-extension.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Build your first SharePoint Framework Extension (Hello World part 1)
33
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
55
ms.prod: sharepoint
66
localization_priority: Priority
77
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
3939
1. When prompted, enter the following values (*select the default option for all prompts omitted below*):
4040

4141
- **What is your solution name?**: app-extension
42+
- **Which baseline packages do you want to target for your component(s)?** SharePoint Online only (latest)
4243
- **Which type of client-side component to create?**: Extension
4344
- **What is your Application Customizer name?** HelloWorld
4445
- **What is your Application Customizer description?** HelloWorld description

docs/spfx/extensions/get-started/building-simple-cmdset-with-dialog-api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Build your first ListView Command Set extension
33
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
55
ms.prod: sharepoint
66
ms.custom: scenarios:getting-started
77
---
@@ -37,6 +37,7 @@ You can follow these steps by watching the video on the SharePoint PnP YouTube C
3737
1. When prompted, enter the following values (*select the default option for all prompts omitted below*):
3838

3939
- **What is your solution name?**: command-extension
40+
- **Which baseline packages do you want to target for your component(s)?** SharePoint Online only (latest)
4041
- **Which type of client-side component to create?**: Extension
4142
- **Which type of client-side extension to create?** ListView Command Set
4243
- **What is your Command Set name?** HelloWorld

docs/spfx/extensions/get-started/building-simple-field-customizer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Build your first Field Customizer extension
33
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
55
ms.prod: sharepoint
66
ms.custom: scenarios:getting-started
77
---
@@ -37,6 +37,7 @@ You can follow these steps by watching the video on the SharePoint PnP YouTube C
3737
1. When prompted, enter the following values (*select the default option for all prompts omitted below*):
3838

3939
- **What is your solution name?**: field-extension
40+
- **Which baseline packages do you want to target for your component(s)?** SharePoint Online only (latest)
4041
- **Which type of client-side component to create?**: Extension
4142
- **Which type of client-side extension to create?** Field Customizer
4243
- **What is your Application Customizer name?** HelloWorld

0 commit comments

Comments
 (0)