Skip to content

Commit 958281b

Browse files
ypcodeVesaJuvonen
authored andcommitted
Typo in clientside (SharePoint#1937)
1 parent 55aff35 commit 958281b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ Registers field extension for a list field. For more information on these client
307307
#### JSON values
308308

309309
- **internalName** – The display 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.
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.
312312

313313
#### Example
314314

@@ -354,8 +354,8 @@ Associates a ListViewCommandSet to the list
354354

355355
- **title** – The title of the extension.
356356
- **___location** – A required parameter to specify where the command is displayed. Options are: ContextMenu or CommandBar.
357-
- **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.
358-
- **clientSiteComponentProperties** – An optional parameter, which can be used to provide properties for the extension instance.
357+
- **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.
358+
- **clientSideComponentProperties** – An optional parameter, which can be used to provide properties for the extension instance.
359359

360360

361361
#### Example
@@ -661,8 +661,8 @@ Use the **associateExtension** action to register a deployed SharePoint Framewor
661661

662662
- **title** – The title of the extension in the app catalog.
663663
- **___location** – Used to specify the extension type. If it is used to create commands, then where the command would be displayed; otherwise this should be set to ClientSideExtension.ApplicationCustomizer.
664-
- **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.
665-
- **clientSiteComponentProperties** – An optional parameter, which can be used to provide properties for the extension instance.
664+
- **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.
665+
- **clientSideComponentProperties** – An optional parameter, which can be used to provide properties for the extension instance.
666666
- **registrationId** – An optional parameter, which indicates the type of the list the extension is associated to (if it is a list extension).
667667
- **registrationType** – An optional parameter, which should be specified if the extension is associated with a list.
668668
- **scope** – Indicates whether the extension is associated with a Web or a Site.

0 commit comments

Comments
 (0)