You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/declarative-customization/site-design-json-schema.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -307,8 +307,8 @@ Registers field extension for a list field. For more information on these client
307
307
#### JSON values
308
308
309
309
-**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.
312
312
313
313
#### Example
314
314
@@ -354,8 +354,8 @@ Associates a ListViewCommandSet to the list
354
354
355
355
-**title**– The title of the extension.
356
356
-**___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.
359
359
360
360
361
361
#### Example
@@ -661,8 +661,8 @@ Use the **associateExtension** action to register a deployed SharePoint Framewor
661
661
662
662
-**title**– The title of the extension in the app catalog.
663
663
-**___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.
666
666
-**registrationId**– An optional parameter, which indicates the type of the list the extension is associated to (if it is a list extension).
667
667
-**registrationType**– An optional parameter, which should be specified if the extension is associated with a list.
668
668
-**scope**– Indicates whether the extension is associated with a Web or a Site.
0 commit comments