-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathentityManifest.xml
More file actions
20 lines (20 loc) · 907 Bytes
/
entityManifest.xml
File metadata and controls
20 lines (20 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xs:schemaLocation="http://schemas.microsoft.com/office/appforoffice/1.0 https://raw.githubusercontent.com/OfficeDev/office-js-docs-pr/master/docs/overview/schemas/taskpane/OfficeAppManifestV1_1.xsd"
xsi:type="TaskPaneApp">
<Id>80a51f78-d7b0-468d-97b5-bb6e2a8b36de</Id>
<Version>0.1</Version>
<ProviderName>ACDH</ProviderName>
<DefaultLocale>de-AT</DefaultLocale>
<DisplayName DefaultValue="Entity" />
<Description DefaultValue="Insert identification into a Word document." />
<Hosts>
<Host Name="Document"/>
</Hosts>
<DefaultSettings>
<SourceLocation DefaultValue="https://localhost/oep/entity.html" />
</DefaultSettings>
<Permissions>ReadWriteDocument</Permissions>
</OfficeApp>