Skip to content

Commit d368d5a

Browse files
authored
Added missing Yoeman command
Added missing Yoeman command in step 3
1 parent 3213567 commit d368d5a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/spfx/extensions/guidance/migrate-from-ecb-to-spfx-extensions.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Tutorial - Migrating from Edit Control Block (ECB) menu item to SharePoint Framework Extension
33
description: Migrate from old "classic" customizations to the new model based on SharePoint Framework extensions.
4-
ms.date: 06/29/2020
4+
ms.date: 09/03/2020
55
ms.prod: sharepoint
66
localization_priority: Normal
77
---
@@ -64,6 +64,12 @@ To migrate the previous solution to the SharePoint Framework, see the following
6464
cd spfx-ecb-extension
6565
```
6666

67+
1. Create a new SharePoint Framework solution web part by running the Yeoman SharePoint Generator.
68+
69+
```console
70+
yo @microsoft/sharepoint
71+
```
72+
6773
1. When prompted, enter the following values (*select the default option for all prompts omitted below*):
6874

6975
- **What is your solution name?**: spfx-ecb-extension
@@ -299,4 +305,4 @@ Enjoy your new custom ECB menu item built by using the SharePoint Framework exte
299305

300306
## See also
301307

302-
- [Overview of SharePoint Framework extensions](../overview-extensions.md)
308+
- [Overview of SharePoint Framework extensions](../overview-extensions.md)

0 commit comments

Comments
 (0)