Skip to content

Commit 2e05ac4

Browse files
Merge pull request SharePoint#8171 from dereklh7/Revert-6-13-GuidanceFolder
Validation: Added Missing Descriptions
2 parents 3528ca8 + cf38bca commit 2e05ac4

5 files changed

+10
-10
lines changed

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

Lines changed: 2 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 (ECB) to the new model based on SharePoint Framework extensions.
4-
ms.date: 09/03/2020
4+
ms.date: 06/13/2022
55
ms.prod: sharepoint
66
ms.localizationpriority: medium
77
---
@@ -215,7 +215,7 @@ To reproduce the same behavior of the ECB menu item built by using the SharePoin
215215
Notice that when executing the page request, you're prompted with a warning message box with the title "Allow debug scripts?", which asks your consent to run code from localhost for security reasons. If you want to locally debug and test the solution, you have to allow it to "Load debug scripts."
216216

217217
> [!NOTE]
218-
> Alternatively, you can create serve configuration entries in the **config/serve.json** file in your project to automate the creation of the debug query string parameters as outlined in this document: [Debug SharePoint Framework solutions on modern SharePoint pages](https://docs.microsoft.com/sharepoint/dev/spfx/debug-modern-pages#debug-sharepoint-framework-extensions-on-modern-sharepoint-pages)
218+
> Alternatively, you can create serve configuration entries in the **config/serve.json** file in your project to automate the creation of the debug query string parameters as outlined in this document: [Debug SharePoint Framework solutions on modern SharePoint pages](/sharepoint/dev/spfx/debug-modern-pages#debug-sharepoint-framework-extensions-on-modern-sharepoint-pages)
219219

220220
## Package and host the solution
221221

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Tutorial - Migrating from JSLink to SharePoint Framework extensions
33
description: Migrate from old "classic" customizations (JSLink) to the new model based on SharePoint Framework extensions.
4-
ms.date: 02/14/2022
4+
ms.date: 06/13/2022
55
ms.prod: sharepoint
66
ms.localizationpriority: high
77
---
@@ -253,7 +253,7 @@ To reproduce the same behavior of the `JSLink` custom field rendering, you need
253253
Notice that when executing the page request, you're prompted with a warning message box with the title "Allow debug scripts?", which asks your consent to run code from localhost for security reasons. If you want to locally debug and test the solution, you have to allow it to "Load debug scripts."
254254

255255
> [!NOTE]
256-
> Alternatively, you can create serve configuration entries in the **config/serve.json** file in your project to automate the creation of the debug query string parameters as outlined in this document: [Debug SharePoint Framework solutions on modern SharePoint pages](https://docs.microsoft.com/sharepoint/dev/spfx/debug-modern-pages#debug-sharepoint-framework-extensions-on-modern-sharepoint-pages)
256+
> Alternatively, you can create serve configuration entries in the **config/serve.json** file in your project to automate the creation of the debug query string parameters as outlined in this document: [Debug SharePoint Framework solutions on modern SharePoint pages](/sharepoint/dev/spfx/debug-modern-pages#debug-sharepoint-framework-extensions-on-modern-sharepoint-pages)
257257

258258
## Define the new Field Customizer with TypeScript
259259

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Tutorial - Migrating from UserCustomAction to SharePoint Framework extensions
33
description: Migrate from old "classic" customizations (CustomAction) to the new model based on SharePoint Framework extensions.
4-
ms.date: 06/29/2020
4+
ms.date: 06/13/2022
55
ms.prod: sharepoint
66
ms.localizationpriority: medium
77
---
@@ -335,7 +335,7 @@ The UI elements of the custom footer are rendered using React and a custom React
335335
Notice that when executing the page request, you're prompted with a warning message box with the title "Allow debug scripts?", which asks your consent to run code from localhost for security reasons. If you want to locally debug and test the solution, you have to allow it to "Load debug scripts."
336336

337337
> [!NOTE]
338-
> Alternatively, you can create serve configuration entries in the `config/serve.json` file in your project to automate the creation of the debug query string parameters as outlined in this document: [Debug SharePoint Framework solutions on modern SharePoint pages](https://docs.microsoft.com/sharepoint/dev/spfx/debug-modern-pages#debug-sharepoint-framework-extensions-on-modern-sharepoint-pages)
338+
> Alternatively, you can create serve configuration entries in the `config/serve.json` file in your project to automate the creation of the debug query string parameters as outlined in this document: [Debug SharePoint Framework solutions on modern SharePoint pages](/sharepoint/dev/spfx/debug-modern-pages#debug-sharepoint-framework-extensions-on-modern-sharepoint-pages)
339339

340340
## Package and host the solution
341341

docs/spfx/extensions/guidance/migrate-jslink-to-spfx-extensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Migrating JSLink customizations to SharePoint Framework Field Customizers
3-
description: Benefits of migrating, along with similarities and differences between the platforms.
4-
ms.date: 06/29/2020
3+
description: Describes how migrating JSLink customizations to SharePoint Framework field customizers and outlines benefits of migrating existing JSLink customizations.
4+
ms.date: 06/13/2022
55
ms.prod: sharepoint
66
ms.localizationpriority: medium
77
---

docs/spfx/extensions/guidance/migrate-user-customactions-to-spfx-extensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Migrating user custom actions and ECB menu items to SharePoint Framework Extensions
3-
description: Benefits of migrating, along with similarities and differences between the platforms.
4-
ms.date: 06/29/2020
3+
description: Describes how to migrate user custom actions and ECB menu items to SharePoint Framework extensions and outlines benefits of migrating existing customizations.
4+
ms.date: 06/13/2022
55
ms.prod: sharepoint
66
ms.localizationpriority: medium
77
---

0 commit comments

Comments
 (0)