From 28b91c76be8db72c9b6355ec0ea0b44a7a786af0 Mon Sep 17 00:00:00 2001 From: Watana Date: Sat, 3 May 2025 11:59:35 +1200 Subject: [PATCH] Update view-commandbar-formatting.md --- .../declarative-customization/view-commandbar-formatting.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/declarative-customization/view-commandbar-formatting.md b/docs/declarative-customization/view-commandbar-formatting.md index 1cd0b5675..8dfbc7160 100644 --- a/docs/declarative-customization/view-commandbar-formatting.md +++ b/docs/declarative-customization/view-commandbar-formatting.md @@ -87,6 +87,8 @@ Mandatory property to uniquely identify a command in the Command bar. Valid keys 'pinToQuickAccess' 'unpinFromQuickAccess' 'manageForms' +'favoriteCommand' +'createCopilot' ``` ## 🚀 Recent updates to `commandBarCustomization` Keys @@ -96,11 +98,13 @@ Mandatory property to uniquely identify a command in the Command bar. Valid keys > > | Original Key | Current Key | > |--------------|-------------| -> | `new` | `newComposite` | +> | `new` | `newComposite` (Document Library)| > | `upload` | `uploadCommand` | > | `sync` | `syncCommand` | > | `addShortcut`| `addShortcutToOneDriveCommand` | > | `pinToQuickAccess` | `PinToQuickAccessCommand` | +> | `pinItem` | `pinItemCommand` | +> | `properties` | `propertiesCommand` | ## hide