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
There's a mismatch between the documentation and the Schema validation, the operation will fail if you dont have the ClientSideExtension.ListViewCommandSet. part first
Copy file name to clipboardExpand all lines: docs/declarative-customization/site-design-json-schema.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -432,7 +432,7 @@ Associates a ListViewCommandSet to the list
432
432
#### JSON values
433
433
434
434
-`title`: The title of the extension.
435
-
-`___location`: A required parameter to specify where the command is displayed. Options are: ContextMenu or CommandBar.
435
+
-`___location`: A required parameter to specify where the command is displayed. Options are: ClientSideExtension.ListViewCommandSet.ContextMenu or ClientSideExtension.ListViewCommandSet.CommandBar.
436
436
-`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.
437
437
-`clientSideComponentProperties`: An optional parameter, which can be used to provide properties for the extension instance.
438
438
@@ -466,7 +466,7 @@ Associates a ListViewCommandSet to the list
0 commit comments