Skip to content

Commit 922232e

Browse files
committed
Removed Duplicate Alt Text and Absolute Link
1 parent 58a581c commit 922232e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
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/25/2020
4+
ms.date: 06/13/2022
55
ms.prod: sharepoint
66
ms.custom: scenarios:getting-started
77
---
@@ -206,11 +206,11 @@ You cannot currently use the local Workbench to test SharePoint Framework Extens
206206

207207
1. The **Command One** button is not visible based on the code, until one row is selected in the document library. Upload or create a document to the library and confirm that the second button is visible.
208208

209-
![Selecting one document to get Command One button visible](../../../images/ext-com-default-customizer-doc-select.png)
209+
![Screenshot of Command One being selected with the Item A order being highlighted.](../../../images/ext-com-default-customizer-doc-select.png)
210210

211211
1. Select **Command Two** to see how the dialog control works, which is used in the default output from the solution scaffolding when the ListView Command Set is selected as the extension type.
212212

213-
![Selecting one document to get Command One button visible](../../../images/ext-com-default-customizer-btn-click.png)
213+
![Screenshot of an Alert message reading This command is always visible with the O K option being highlighted.](../../../images/ext-com-default-customizer-btn-click.png)
214214

215215
### More details about serve.json options
216216

docs/spfx/extensions/get-started/query-suggestion-tutorial-building.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Building a query suggestion extension using SharePoint Framework
33
description: Tutorial on creating a query suggestion extension with SharePoint Framework
4-
ms.date: 08/19/2020
4+
ms.date: 06/13/2022
55
ms.prod: sharepoint
66
ms.localizationpriority: medium
77
---
@@ -17,7 +17,7 @@ Be sure you have completed the procedures in the following articles before you b
1717
* [Deploy your extension to SharePoint (Hello World part 3)](./serving-your-extension-from-sharepoint.md)
1818

1919
> [!NOTE]
20-
> This feature was introduced as a developer preview feature. In order to use features in developer preview, ensure you use the `--plusbeta` version of the library (*see [this article for reference](https://docs.microsoft.com/sharepoint/dev/spfx/try-preview-capabilities)*)
20+
> This feature was introduced as a developer preview feature. In order to use features in developer preview, ensure you use the `--plusbeta` version of the library (*see [this article for reference](/sharepoint/dev/spfx/try-preview-capabilities)*)
2121
2222
> [!IMPORTANT]
2323
> This lab requires that you are using at least version 1.10 of the SharePoint Framework as these capabilities are not available in earlier versions.

0 commit comments

Comments
 (0)