Skip to content

Commit 5ec88ad

Browse files
authored
Corrected typo 'ClientSiteComponentId'
Corrected typo 'ClientSiteComponentId' to 'ClientSideComponentId'
1 parent 0ffff02 commit 5ec88ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Build your first Field Customizer extension
33
description: Create an extension project, and then code and debug your extension by using SharePoint Framework (SPFx) Extensions.
4-
ms.date: 08/26/2020
4+
ms.date: 06/15/2021
55
ms.prod: sharepoint
66
ms.custom: scenarios:getting-started
77
---
@@ -240,7 +240,7 @@ Now that we've tested our solution properly in debug mode, we can package this t
240240

241241
1. Install the solution package to the site where it should be installed, so that the extension manifest is white listed for execution.
242242
1. Associate the Field Customizer to an existing field in the site. You can do this programmatically using the SharePoint REST or CSOM API, or by using the Feature Framework in of the SharePoint Framework solution package. In this tutorial, we'll use the Feature Framework's xml files. You need to associate the following properties in the `SPField` object at the site or list level.
243-
- `ClientSiteComponentId`: this is the identifier (GUID) of the Field Customizer that has been installed in the app catalog.
243+
- `ClientSideComponentId`: this is the identifier (GUID) of the Field Customizer that has been installed in the app catalog.
244244
- `ClientSideComponentProperties`: this is an optional parameter that can be used to provide properties for the Field Customizer instance.
245245

246246
You can control the requirement to add a solution containing your extension to the site with the `skipFeatureDeployment` property in **./config/package-solution.json** file. Even though you wouldn't require the solution to be installed on the site, you'd need to associate `ClientSideComponentId` to specific objects for the extension to be visible.

0 commit comments

Comments
 (0)