Skip to content

Commit

Permalink
rename ribbon to commands (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
akrantz authored Mar 25, 2019
1 parent e44e75f commit 73eba0c
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 71 deletions.
4 changes: 2 additions & 2 deletions manifest.outlook.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<Hosts>
<Host xsi:type="MailHost">
<DesktopFormFactor>
<FunctionFile resid="Contoso.Ribbon.Url" />
<FunctionFile resid="Contoso.Commands.Url" />
<ExtensionPoint xsi:type="MessageReadCommandSurface">
<OfficeTab id="TabDefault">
<Group id="msgReadGroup">
Expand Down Expand Up @@ -79,7 +79,7 @@
<bt:Image id="Contoso.tpicon_80x80" DefaultValue="https://localhost:3000/assets/icon-80.png"/>
</bt:Images>
<bt:Urls>
<bt:Url id="Contoso.Ribbon.Url" DefaultValue="https://localhost:3000/ribbon.html" />
<bt:Url id="Contoso.Commands.Url" DefaultValue="https://localhost:3000/commands.html" />
<bt:Url id="Contoso.Taskpane.Url" DefaultValue="https://localhost:3000/taskpane.html" />
</bt:Urls>
<bt:ShortStrings>
Expand Down
10 changes: 5 additions & 5 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<Description resid="Contoso.GetStarted.Description"/>
<LearnMoreUrl resid="Contoso.GetStarted.LearnMoreUrl"/>
</GetStarted>
<FunctionFile resid="Contoso.Ribbon.Url" />
<FunctionFile resid="Contoso.Commands.Url" />
<ExtensionPoint xsi:type="PrimaryCommandSurface">
<OfficeTab id="TabHome">
<Group id="Contoso.Group1">
Expand Down Expand Up @@ -69,7 +69,7 @@
<Description resid="Contoso.GetStarted.Description"/>
<LearnMoreUrl resid="Contoso.GetStarted.LearnMoreUrl"/>
</GetStarted>
<FunctionFile resid="Contoso.Ribbon.Url" />
<FunctionFile resid="Contoso.Commands.Url" />
<ExtensionPoint xsi:type="PrimaryCommandSurface">
<OfficeTab id="TabHome">
<Group id="Contoso.Group1">
Expand Down Expand Up @@ -107,7 +107,7 @@
<Description resid="Contoso.GetStarted.Description"/>
<LearnMoreUrl resid="Contoso.GetStarted.LearnMoreUrl"/>
</GetStarted>
<FunctionFile resid="Contoso.Ribbon.Url" />
<FunctionFile resid="Contoso.Commands.Url" />
<ExtensionPoint xsi:type="PrimaryCommandSurface">
<OfficeTab id="TabHome">
<Group id="Contoso.Group1">
Expand Down Expand Up @@ -145,7 +145,7 @@
<Description resid="Contoso.GetStarted.Description"/>
<LearnMoreUrl resid="Contoso.GetStarted.LearnMoreUrl"/>
</GetStarted>
<FunctionFile resid="Contoso.Ribbon.Url" />
<FunctionFile resid="Contoso.Commands.Url" />
<ExtensionPoint xsi:type="PrimaryCommandSurface">
<OfficeTab id="TabHome">
<Group id="Contoso.Group1">
Expand Down Expand Up @@ -185,7 +185,7 @@
</bt:Images>
<bt:Urls>
<bt:Url id="Contoso.GetStarted.LearnMoreUrl" DefaultValue="https://go.microsoft.com/fwlink/?LinkId=276812" />
<bt:Url id="Contoso.Ribbon.Url" DefaultValue="https://localhost:3000/ribbon.html" />
<bt:Url id="Contoso.Commands.Url" DefaultValue="https://localhost:3000/commands.html" />
<bt:Url id="Contoso.Taskpane.Url" DefaultValue="https://localhost:3000/taskpane.html" />
</bt:Urls>
<bt:ShortStrings>
Expand Down
82 changes: 22 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 73eba0c

Please sign in to comment.