Skip to content

Commit 9f836e2

Browse files
Merge pull request #8557 from siddharth-vaghasia/patch-1
Added information about Form customizer to overview of extension section
2 parents bc4daf6 + daa6c9f commit 9f836e2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/spfx/extensions/overview-extensions.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
---
22
title: Overview of SharePoint Framework (SPFx) Extensions
33
description: Use SPFx Extensions to customize more facets of the SharePoint experience, including notification areas, toolbars, and list data views.
4-
ms.date: 06/19/2020
4+
ms.date: 11/08/2022
55
ms.localizationpriority: high
66
---
77

88
# Overview of SharePoint Framework Extensions
99

10-
You can use SharePoint Framework (SPFx) Extensions to extend the SharePoint user experience. With SPFx Extensions, you can customize more facets of the SharePoint experience, including notification areas, toolbars, and list data views. SPFx Extensions are available in all Microsoft 365 subscriptions for production usage.
10+
You can use SharePoint Framework (SPFx) Extensions to extend the SharePoint user experience. With SPFx Extensions, you can customize more facets of the SharePoint experience, including notification areas, toolbars, list data views, and forms. SPFx Extensions are available in all Microsoft 365 subscriptions for production usage.
1111

12-
SPFx Extensions enable you to extend the SharePoint user experience within modern pages and document libraries, while using the familiar SPFx tools and libraries for client-side development. Specifically, the SPFx includes three extension types:
12+
SPFx Extensions enable you to extend the SharePoint user experience within modern pages and document libraries, while using the familiar SPFx tools and libraries for client-side development. Specifically, the SPFx includes four extension types:
1313

1414
- **Application Customizers**: Adds scripts to the page, and accesses well-known HTML element placeholders and extends them with custom renderings.
1515
- **Field Customizers**: Provides modified views to data for fields within a list.
1616
- **Command Sets**: Extends the SharePoint command surfaces to add new actions, and provides client-side code that you can use to implement behaviors.
17+
- **Form Customizer**: Provides a way to assoicate and override default new, edit and view form experience of list and libraries with custom forms by associating component to content type .
1718

1819
You can build extensions alongside common scripting frameworks, such as Angular and React, or to plain JavaScript projects. For example, you can use React along with components from Office UI Fabric React to create experiences based on the same components used in Microsoft 365.
1920

0 commit comments

Comments
 (0)