Skip to content

Commit 1e62513

Browse files
authored
Update manifest.xml (#93)
Changing taskpane.html to index.html (see #88 ) It should technically make no difference as the projects seems to be rerouted to index.html anyway but formally the OP of #88 is right and the project does not have a taskpane.html
1 parent 235e58a commit 1e62513

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Samples/Office.ASP.NETCoreReactAddins/excel-js/manifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<Host Name="Workbook"/>
1717
</Hosts>
1818
<DefaultSettings>
19-
<SourceLocation DefaultValue="~remoteAppUrl/taskpane.html"/>
19+
<SourceLocation DefaultValue="~remoteAppUrl/index.html"/>
2020
</DefaultSettings>
2121
<Permissions>ReadWriteDocument</Permissions>
2222
<VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
@@ -69,7 +69,7 @@
6969
<bt:Urls>
7070
<bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://go.microsoft.com/fwlink/?LinkId=276812" />
7171
<bt:Url id="Commands.Url" DefaultValue="~remoteAppUrl/commands.html" />
72-
<bt:Url id="Taskpane.Url" DefaultValue="~remoteAppUrl/taskpane.html" />
72+
<bt:Url id="Taskpane.Url" DefaultValue="~remoteAppUrl/index.html" />
7373
</bt:Urls>
7474
<bt:ShortStrings>
7575
<bt:String id="GetStarted.Title" DefaultValue="Get started with your sample add-in!" />
@@ -82,4 +82,4 @@
8282
</bt:LongStrings>
8383
</Resources>
8484
</VersionOverrides>
85-
</OfficeApp>
85+
</OfficeApp>

0 commit comments

Comments
 (0)