Skip to content

Commit 73eba0c

Browse files
authored
rename ribbon to commands (#20)
1 parent e44e75f commit 73eba0c

File tree

6 files changed

+33
-71
lines changed

6 files changed

+33
-71
lines changed

manifest.outlook.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<Hosts>
4747
<Host xsi:type="MailHost">
4848
<DesktopFormFactor>
49-
<FunctionFile resid="Contoso.Ribbon.Url" />
49+
<FunctionFile resid="Contoso.Commands.Url" />
5050
<ExtensionPoint xsi:type="MessageReadCommandSurface">
5151
<OfficeTab id="TabDefault">
5252
<Group id="msgReadGroup">
@@ -79,7 +79,7 @@
7979
<bt:Image id="Contoso.tpicon_80x80" DefaultValue="https://localhost:3000/assets/icon-80.png"/>
8080
</bt:Images>
8181
<bt:Urls>
82-
<bt:Url id="Contoso.Ribbon.Url" DefaultValue="https://localhost:3000/ribbon.html" />
82+
<bt:Url id="Contoso.Commands.Url" DefaultValue="https://localhost:3000/commands.html" />
8383
<bt:Url id="Contoso.Taskpane.Url" DefaultValue="https://localhost:3000/taskpane.html" />
8484
</bt:Urls>
8585
<bt:ShortStrings>

manifest.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<Description resid="Contoso.GetStarted.Description"/>
3232
<LearnMoreUrl resid="Contoso.GetStarted.LearnMoreUrl"/>
3333
</GetStarted>
34-
<FunctionFile resid="Contoso.Ribbon.Url" />
34+
<FunctionFile resid="Contoso.Commands.Url" />
3535
<ExtensionPoint xsi:type="PrimaryCommandSurface">
3636
<OfficeTab id="TabHome">
3737
<Group id="Contoso.Group1">
@@ -69,7 +69,7 @@
6969
<Description resid="Contoso.GetStarted.Description"/>
7070
<LearnMoreUrl resid="Contoso.GetStarted.LearnMoreUrl"/>
7171
</GetStarted>
72-
<FunctionFile resid="Contoso.Ribbon.Url" />
72+
<FunctionFile resid="Contoso.Commands.Url" />
7373
<ExtensionPoint xsi:type="PrimaryCommandSurface">
7474
<OfficeTab id="TabHome">
7575
<Group id="Contoso.Group1">
@@ -107,7 +107,7 @@
107107
<Description resid="Contoso.GetStarted.Description"/>
108108
<LearnMoreUrl resid="Contoso.GetStarted.LearnMoreUrl"/>
109109
</GetStarted>
110-
<FunctionFile resid="Contoso.Ribbon.Url" />
110+
<FunctionFile resid="Contoso.Commands.Url" />
111111
<ExtensionPoint xsi:type="PrimaryCommandSurface">
112112
<OfficeTab id="TabHome">
113113
<Group id="Contoso.Group1">
@@ -145,7 +145,7 @@
145145
<Description resid="Contoso.GetStarted.Description"/>
146146
<LearnMoreUrl resid="Contoso.GetStarted.LearnMoreUrl"/>
147147
</GetStarted>
148-
<FunctionFile resid="Contoso.Ribbon.Url" />
148+
<FunctionFile resid="Contoso.Commands.Url" />
149149
<ExtensionPoint xsi:type="PrimaryCommandSurface">
150150
<OfficeTab id="TabHome">
151151
<Group id="Contoso.Group1">
@@ -185,7 +185,7 @@
185185
</bt:Images>
186186
<bt:Urls>
187187
<bt:Url id="Contoso.GetStarted.LearnMoreUrl" DefaultValue="https://go.microsoft.com/fwlink/?LinkId=276812" />
188-
<bt:Url id="Contoso.Ribbon.Url" DefaultValue="https://localhost:3000/ribbon.html" />
188+
<bt:Url id="Contoso.Commands.Url" DefaultValue="https://localhost:3000/commands.html" />
189189
<bt:Url id="Contoso.Taskpane.Url" DefaultValue="https://localhost:3000/taskpane.html" />
190190
</bt:Urls>
191191
<bt:ShortStrings>

package-lock.json

Lines changed: 22 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)