Skip to content

Commit 0de5402

Browse files
committed
Merge changes from Office-Addin-TaskPane
2 parents 12a6e52 + 73eba0c commit 0de5402

File tree

9 files changed

+319
-412
lines changed

9 files changed

+319
-412
lines changed

manifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<Description resid="Contoso.GetStarted.Description"/>
4646
<LearnMoreUrl resid="Contoso.GetStarted.LearnMoreUrl"/>
4747
</GetStarted>
48-
<FunctionFile resid="Contoso.Ribbon.Url" />
48+
<FunctionFile resid="Contoso.Commands.Url" />
4949
<ExtensionPoint xsi:type="PrimaryCommandSurface">
5050
<OfficeTab id="TabHome">
5151
<Group id="Contoso.Group1">
@@ -88,7 +88,7 @@
8888
<bt:Url id="Contoso.Functions.Metadata.Url" DefaultValue="https://localhost:3000/dist/functions.json" />
8989
<bt:Url id="Contoso.Functions.Page.Url" DefaultValue="https://localhost:3000/dist/functions.html" />
9090
<bt:Url id="Contoso.GetStarted.LearnMoreUrl" DefaultValue="https://go.microsoft.com/fwlink/?LinkId=276812" />
91-
<bt:Url id="Contoso.Ribbon.Url" DefaultValue="https://localhost:3000/ribbon.html" />
91+
<bt:Url id="Contoso.Commands.Url" DefaultValue="https://localhost:3000/commands.html" />
9292
<bt:Url id="Contoso.Taskpane.Url" DefaultValue="https://localhost:3000/taskpane.html" />
9393
</bt:Urls>
9494
<bt:ShortStrings>

0 commit comments

Comments
 (0)