Skip to content

Commit a058c44

Browse files
authored
Update create-a-sharepoint-add-in-that-contains-a-document-template-and-a-task-pane-add.md
updated steps in the section "Add a task pane add-in item"
1 parent 5859c16 commit a058c44

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/sp-add-ins/create-a-sharepoint-add-in-that-contains-a-document-template-and-a-task-pane-add.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,9 @@ Next, add an Office Add-in to the project. You can add any type of add-in that y
4343

4444
1. In **Solution Explorer**, select the **OfficeEnabledAddin** project node.
4545
1. On the **Project** menu, select **Add New Item**.
46-
1. In the **Add New Item** dialog box, select **Office/SharePoint**, and then select **Office Add-in**.
46+
1. In the **Add New Item** dialog box, select **Office/SharePoint**, and then select **Word Web Add-in**.
4747
1. Name the task pane add-in **MyTaskPaneAddin**, and then select **Add**.
48-
1. In the **Create Add-in for Office** dialog box, select **Task pane**, and then select **Next**.
49-
1. On the next page, clear the **Word** and **PowerPoint** check boxes, and then select **Next**.
50-
1. On the **Would you like your Office Add-in to appear in a new document or in an existing document?** page, select **Create a new document and insert my add-in**, and then select **Finish**.
48+
1. In the **Create Office Add-in** dialog box, on the **Would you like your Office Add-in to appear in a new document or in an existing document?** page, select **Create a new document and insert my add-in**, and then select **Finish**.
5149

5250
Visual Studio adds a document library and a workbook template for the library. The workbook contains a task pane add-in.
5351

@@ -61,7 +59,7 @@ In this procedure, you will add a document library and make the workbook the def
6159
1. In the SharePoint Customization Wizard, select the **Create a customizable list template and list instance of it** option.
6260
1. In the list under this option, select **Document Library**, and then select **Next**.
6361
1. In the **Choose a template for this document library. Documents that users create in this library will be based on that template** page, select **Use the following document as the template for this library**, and then select **Browse**.
64-
1. In the **Open** dialog box, open the **OfficeDocuments** folder, select the **MyTaskPaneApp.xlsx** file, select **Open** > **Finish**, and then close the list designer.
62+
1. In the **Open** dialog box, open the **OfficeDocuments** folder, select the **MyTaskPaneApp.docx** file, select **Open** > **Finish**, and then close the list designer.
6563
1. In **Solution Explorer**, select the **OfficeEnabledAddin** project node.
6664
1. On the **View** menu, select **Properties Window**.
6765
1. In **Solution Explorer**, select the **AppManifest.xml** file.

0 commit comments

Comments
 (0)