Skip to content

Commit b8256a2

Browse files
♻️ update field customizer retirement notice (#10309)
1 parent 4bb0f5a commit b8256a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
title: Build your first Field Customizer extension
33
description: Extensions are client-side components that run inside the context of a SharePoint page. Extensions can be deployed to SharePoint Online, and you can use modern JavaScript tools and libraries to build them.
4-
ms.date: 06/18/2025
4+
ms.date: 06/19/2025
55
ms.custom: scenarios:getting-started
66
---
77
# Build your first Field Customizer extension
88

99
> [!WARNING]
10-
> Microsoft [announced field customizers are deprecated](https://support.microsoft.com/en-gb/office/support-update-for-sharepoint-framework-field-customizers-in-lists-and-document-libraries-0eccc64e-4512-47df-9da0-d855be22fb0a#) on June 13, 2025, and will be retired on June 30, 2026. Consider [ListView Command Set extensions](./building-simple-cmdset-with-dialog-api.md) or [use column formatting to customize SharePoint](../../../declarative-customization/column-formatting.md) instead of field customizers.
10+
> Microsoft [announced the deprecation of SharePoint Framework field customizers](https://admin.microsoft.com/AdminPortal/home#/MessageCenter/:/messages/MC1094051) on June 13, 2025.
11+
>
12+
> While the original announcement included a retirement date, that has been revised and there is no set timeline. Refer to the Microsoft 365 Message Center post [MC1094051](https://admin.microsoft.com/AdminPortal/home#/MessageCenter/:/messages/MC1094051) for further information.
1113
1214
Extensions are client-side components that run inside the context of a SharePoint page. Extensions can be deployed to SharePoint Online, and you can use modern JavaScript tools and libraries to build them.
1315

0 commit comments

Comments
 (0)