Skip to content

Commit bd84532

Browse files
ypcodeVesaJuvonen
authored andcommitted
associateFieldCustomizer - Field Internal name (SharePoint#1936)
Not sure if that should be replaced or just added, but the description as is is inconsistent with the argument's name
1 parent 958281b commit bd84532

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/declarative-customization/site-design-json-schema.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,9 @@ Registers field extension for a list field. For more information on these client
306306

307307
#### JSON values
308308

309-
- **internalName** – The display name of the field to operate on.
310-
- **clientSideComponentId** – The identifier (GUID) of the extension in the app catalog. This property value can be found in the manifest.json file or in the elements.xml file.
311-
- **clientSideComponentProperties** – An optional parameter, which can be used to provide properties for the field customizer extension instance.
309+
- **internalName** – The internal name of the field to operate on.
310+
- **clientSiteComponentId** – The identifier (GUID) of the extension in the app catalog. This property value can be found in the manifest.json file or in the elements.xml file.
311+
- **clientSiteComponentProperties** – An optional parameter, which can be used to provide properties for the field customizer extension instance.
312312

313313
#### Example
314314

0 commit comments

Comments
 (0)