Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion manifests/script-lab-react-localhost.outlook.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<Hosts>
<Host xsi:type="MailHost">
<DesktopFormFactor>
<SupportsSharedFolders>true</SupportsSharedFolders>
<SupportsSharedFolders>true</SupportsSharedFolders>
<FunctionFile resid="PG.Functions.Url" />
<ExtensionPoint xsi:type="MessageComposeCommandSurface">
<OfficeTab id="TabPlaygroundCompose">
Expand Down Expand Up @@ -201,6 +201,8 @@
<Action xsi:type="ShowTaskpane">
<SourceLocation resid="PG.Run.Url" />
<SupportsPinning>true</SupportsPinning>
<SupportsNoItemContext>true</SupportsNoItemContext>
<SupportsMultiSelect>true</SupportsMultiSelect>
</Action>
</Control>
<Control xsi:type="Button" id="PG.TutorialCommand.Compose">
Expand Down Expand Up @@ -299,6 +301,8 @@
<Action xsi:type="ShowTaskpane">
<SourceLocation resid="PG.Run.Url" />
<SupportsPinning>true</SupportsPinning>
<SupportsNoItemContext>true</SupportsNoItemContext>
<SupportsMultiSelect>true</SupportsMultiSelect>
</Action>
</Control>
<Control xsi:type="Button" id="PG.TutorialCommand.Read">
Expand Down Expand Up @@ -397,6 +401,8 @@
<Action xsi:type="ShowTaskpane">
<SourceLocation resid="PG.Run.Url" />
<SupportsPinning>true</SupportsPinning>
<SupportsNoItemContext>true</SupportsNoItemContext>
<SupportsMultiSelect>true</SupportsMultiSelect>
</Action>
</Control>
<Control xsi:type="Button" id="PG.TutorialCommand.AppointmentAttendee">
Expand Down Expand Up @@ -495,6 +501,8 @@
<Action xsi:type="ShowTaskpane">
<SourceLocation resid="PG.Run.Url" />
<SupportsPinning>true</SupportsPinning>
<SupportsNoItemContext>true</SupportsNoItemContext>
<SupportsMultiSelect>true</SupportsMultiSelect>
</Action>
</Control>
<Control xsi:type="Button" id="PG.TutorialCommand.AppointmentOrganizer">
Expand Down
8 changes: 8 additions & 0 deletions manifests/sideload.outlook.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@
<Action xsi:type="ShowTaskpane">
<SourceLocation resid="PG.Run.Url" />
<SupportsPinning>true</SupportsPinning>
<SupportsNoItemContext>true</SupportsNoItemContext>
<SupportsMultiSelect>true</SupportsMultiSelect>
</Action>
</Control>
<Control xsi:type="Button" id="PG.TutorialCommand.Compose">
Expand Down Expand Up @@ -307,6 +309,8 @@
<Action xsi:type="ShowTaskpane">
<SourceLocation resid="PG.Run.Url" />
<SupportsPinning>true</SupportsPinning>
<SupportsNoItemContext>true</SupportsNoItemContext>
<SupportsMultiSelect>true</SupportsMultiSelect>
</Action>
</Control>
<Control xsi:type="Button" id="PG.TutorialCommand.Read">
Expand Down Expand Up @@ -405,6 +409,8 @@
<Action xsi:type="ShowTaskpane">
<SourceLocation resid="PG.Run.Url" />
<SupportsPinning>true</SupportsPinning>
<SupportsNoItemContext>true</SupportsNoItemContext>
<SupportsMultiSelect>true</SupportsMultiSelect>
</Action>
</Control>
<Control xsi:type="Button" id="PG.TutorialCommand.AppointmentAttendee">
Expand Down Expand Up @@ -503,6 +509,8 @@
<Action xsi:type="ShowTaskpane">
<SourceLocation resid="PG.Run.Url" />
<SupportsPinning>true</SupportsPinning>
<SupportsNoItemContext>true</SupportsNoItemContext>
<SupportsMultiSelect>true</SupportsMultiSelect>
</Action>
</Control>
<Control xsi:type="Button" id="PG.TutorialCommand.AppointmentOrganizer">
Expand Down
Loading