-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.xml
137 lines (133 loc) · 7.15 KB
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="TaskPaneApp">
<Id>8f6969fc-9ab7-465b-9012-7b5dbdaa3833</Id>
<Version>1.1.0.0</Version>
<ProviderName>Noice</ProviderName>
<DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="Sidekick for AEM"/>
<Description DefaultValue="A plugin for using AEM Edge Delivery Services in Word"/>
<IconUrl DefaultValue="https://localhost:3000/assets/icon-32.png"/>
<HighResolutionIconUrl DefaultValue="https://localhost:3000/assets/icon-64.png"/>
<SupportUrl DefaultValue="https://www.noice.work/contact"/>
<AppDomains>
<AppDomain>https://www.noice.work</AppDomain>
</AppDomains>
<Hosts>
<Host Name="Document"/>
</Hosts>
<DefaultSettings>
<SourceLocation DefaultValue="https://localhost:3000/taskpane.html"/>
</DefaultSettings>
<Permissions>ReadWriteDocument</Permissions>
<VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
<Hosts>
<Host xsi:type="Document">
<DesktopFormFactor>
<GetStarted>
<Title resid="GetStarted.Title"/>
<Description resid="GetStarted.Description"/>
<LearnMoreUrl resid="GetStarted.LearnMoreUrl"/>
</GetStarted>
<ExtensionPoint xsi:type="PrimaryCommandSurface">
<OfficeTab id="TabHome">
<Group id="CommandsGroup">
<Label resid="CommandsGroup.Label"/>
<Icon>
<bt:Image size="16" resid="Icon.16x16"/>
<bt:Image size="32" resid="Icon.32x32"/>
<bt:Image size="80" resid="Icon.80x80"/>
</Icon>
<Control xsi:type="Button" id="TaskpaneButton1">
<Label resid="TaskpaneButton.Label"/>
<Supertip>
<Title resid="TaskpaneButton.Label"/>
<Description resid="TaskpaneButton.Tooltip"/>
</Supertip>
<Icon>
<bt:Image size="16" resid="Icon.16x16"/>
<bt:Image size="32" resid="Icon.32x32"/>
<bt:Image size="80" resid="Icon.80x80"/>
</Icon>
<Action xsi:type="ShowTaskpane">
<TaskpaneId>AEMSidekickButton</TaskpaneId>
<SourceLocation resid="Taskpane.Url"/>
</Action>
</Control>
<Control xsi:type="Button" id="TaskpaneButton2">
<Label resid="PreviewButton.Label"/>
<Supertip>
<Title resid="PreviewButton.Label"/>
<Description resid="PreviewButton.Tooltip"/>
</Supertip>
<Icon>
<bt:Image size="16" resid="PreviewIcon.16x16"/>
<bt:Image size="32" resid="PreviewIcon.32x32"/>
<bt:Image size="80" resid="PreviewIcon.80x80"/>
</Icon>
<Action xsi:type="ShowTaskpane">
<TaskpaneId>AEMSidekickButton</TaskpaneId>
<SourceLocation resid="Preview.Url"/>
</Action>
</Control>
<Control xsi:type="Button" id="TaskpaneButton3">
<Label resid="PublishButton.Label"/>
<Supertip>
<Title resid="PublishButton.Label"/>
<Description resid="PublishButton.Tooltip"/>
</Supertip>
<Icon>
<bt:Image size="16" resid="PublishIcon.16x16"/>
<bt:Image size="32" resid="PublishIcon.32x32"/>
<bt:Image size="80" resid="PublishIcon.80x80"/>
</Icon>
<Action xsi:type="ShowTaskpane">
<TaskpaneId>AEMSidekickButton</TaskpaneId>
<SourceLocation resid="Publish.Url"/>
</Action>
</Control>
</Group>
</OfficeTab>
</ExtensionPoint>
</DesktopFormFactor>
</Host>
</Hosts>
<Resources>
<bt:Images>
<bt:Image id="Icon.16x16" DefaultValue="https://localhost:3000/assets/icon-16.png"/>
<bt:Image id="Icon.32x32" DefaultValue="https://localhost:3000/assets/icon-32.png"/>
<bt:Image id="Icon.80x80" DefaultValue="https://localhost:3000/assets/icon-80.png"/>
<bt:Image id="ConfigIcon.16x16" DefaultValue="https://localhost:3000/assets/configicon-16.png"/>
<bt:Image id="ConfigIcon.32x32" DefaultValue="https://localhost:3000/assets/configicon-32.png"/>
<bt:Image id="ConfigIcon.80x80" DefaultValue="https://localhost:3000/assets/configicon-80.png"/>
<bt:Image id="PublishIcon.16x16" DefaultValue="https://localhost:3000/assets/publishicon-16.png"/>
<bt:Image id="PublishIcon.32x32" DefaultValue="https://localhost:3000/assets/publishicon-32.png"/>
<bt:Image id="PublishIcon.80x80" DefaultValue="https://localhost:3000/assets/publishicon-80.png"/>
<bt:Image id="PreviewIcon.16x16" DefaultValue="https://localhost:3000/assets/previewicon-16.png"/>
<bt:Image id="PreviewIcon.32x32" DefaultValue="https://localhost:3000/assets/previewicon-32.png"/>
<bt:Image id="PreviewIcon.80x80" DefaultValue="https://localhost:3000/assets/previewicon-80.png"/>
</bt:Images>
<bt:Urls>
<bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://noice.work/contact"/>
<bt:Url id="Taskpane.Url" DefaultValue="https://localhost:3000/taskpane.html"/>
<bt:Url id="Publish.Url" DefaultValue="https://localhost:3000/taskpane.html?publish=true"/>
<bt:Url id="Preview.Url" DefaultValue="https://localhost:3000/taskpane.html?preview=true"/>
<bt:Url id="Config.Url" DefaultValue="https://localhost:3000/taskpane.html?config=true"/>
</bt:Urls>
<bt:ShortStrings>
<bt:String id="GetStarted.Title" DefaultValue="Sidekick for AEM"/>
<bt:String id="CommandsGroup.Label" DefaultValue="Sidekick for AEM"/>
<bt:String id="TaskpaneButton.Label" DefaultValue="Show Sidebar"/>
<bt:String id="PublishButton.Label" DefaultValue="Publish Page"/>
<bt:String id="PreviewButton.Label" DefaultValue="Preview Page"/>
<bt:String id="ConfigButton.Label" DefaultValue="Configure"/>
</bt:ShortStrings>
<bt:LongStrings>
<bt:String id="GetStarted.Description" DefaultValue="Sidekick for AEM is installed - please configure your project if needed."/>
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Show the Sidekick for AEM"/>
<bt:String id="PublishButton.Tooltip" DefaultValue="Publish the current page"/>
<bt:String id="PreviewButton.Tooltip" DefaultValue="Preview the current page"/>
<bt:String id="ConfigButton.Tooltip" DefaultValue="Open sidebar configuration"/>
</bt:LongStrings>
</Resources>
</VersionOverrides>
</OfficeApp>