|
39 | 39 | <Namespace resid="Contoso.Functions.Namespace" />
|
40 | 40 | </ExtensionPoint>
|
41 | 41 | </AllFormFactors>
|
| 42 | + <DesktopFormFactor> |
| 43 | + <GetStarted> |
| 44 | + <Title resid="Contoso.GetStarted.Title"/> |
| 45 | + <Description resid="Contoso.GetStarted.Description"/> |
| 46 | + <LearnMoreUrl resid="Contoso.GetStarted.LearnMoreUrl"/> |
| 47 | + </GetStarted> |
| 48 | + <FunctionFile resid="Contoso.Ribbon.Url" /> |
| 49 | + <ExtensionPoint xsi:type="PrimaryCommandSurface"> |
| 50 | + <OfficeTab id="TabHome"> |
| 51 | + <Group id="Contoso.Group1"> |
| 52 | + <Label resid="Contoso.Group1Label" /> |
| 53 | + <Icon> |
| 54 | + <bt:Image size="16" resid="Contoso.tpicon_16x16" /> |
| 55 | + <bt:Image size="32" resid="Contoso.tpicon_32x32" /> |
| 56 | + <bt:Image size="80" resid="Contoso.tpicon_80x80" /> |
| 57 | + </Icon> |
| 58 | + <Control xsi:type="Button" id="Contoso.TaskpaneButton"> |
| 59 | + <Label resid="Contoso.TaskpaneButton.Label" /> |
| 60 | + <Supertip> |
| 61 | + <Title resid="Contoso.TaskpaneButton.Label" /> |
| 62 | + <Description resid="Contoso.TaskpaneButton.Tooltip" /> |
| 63 | + </Supertip> |
| 64 | + <Icon> |
| 65 | + <bt:Image size="16" resid="Contoso.tpicon_16x16" /> |
| 66 | + <bt:Image size="32" resid="Contoso.tpicon_32x32" /> |
| 67 | + <bt:Image size="80" resid="Contoso.tpicon_80x80" /> |
| 68 | + </Icon> |
| 69 | + <Action xsi:type="ShowTaskpane"> |
| 70 | + <TaskpaneId>ButtonId1</TaskpaneId> |
| 71 | + <SourceLocation resid="Contoso.Taskpane.Url" /> |
| 72 | + </Action> |
| 73 | + </Control> |
| 74 | + </Group> |
| 75 | + </OfficeTab> |
| 76 | + </ExtensionPoint> |
| 77 | + </DesktopFormFactor> |
42 | 78 | </Host>
|
43 | 79 | </Hosts>
|
44 | 80 | <Resources>
|
|
51 | 87 | <bt:Url id="Contoso.Functions.Script.Url" DefaultValue="https://localhost:3000/dist/functions.js" />
|
52 | 88 | <bt:Url id="Contoso.Functions.Metadata.Url" DefaultValue="https://localhost:3000/dist/functions.json" />
|
53 | 89 | <bt:Url id="Contoso.Functions.Page.Url" DefaultValue="https://localhost:3000/dist/functions.html" />
|
| 90 | + <bt:Url id="Contoso.GetStarted.LearnMoreUrl" DefaultValue="https://go.microsoft.com/fwlink/?LinkId=276812" /> |
| 91 | + <bt:Url id="Contoso.Ribbon.Url" DefaultValue="https://localhost:3000/ribbon.html" /> |
54 | 92 | <bt:Url id="Contoso.Taskpane.Url" DefaultValue="https://localhost:3000/taskpane.html" />
|
55 | 93 | </bt:Urls>
|
56 | 94 | <bt:ShortStrings>
|
57 | 95 | <bt:String id="Contoso.Functions.Namespace" DefaultValue="CONTOSO" />
|
| 96 | + <bt:String id="Contoso.GetStarted.Title" DefaultValue="Get started with your sample add-in!" /> |
| 97 | + <bt:String id="Contoso.Group1Label" DefaultValue="Commands Group" /> |
| 98 | + <bt:String id="Contoso.TaskpaneButton.Label" DefaultValue="Show Taskpane" /> |
58 | 99 | </bt:ShortStrings>
|
| 100 | + <bt:LongStrings> |
| 101 | + <bt:String id="Contoso.GetStarted.Description" DefaultValue="Your sample add-in loaded succesfully. Go to the HOME tab and click the 'Show Taskpane' button to get started." /> |
| 102 | + <bt:String id="Contoso.TaskpaneButton.Tooltip" DefaultValue="Click to Show a Taskpane" /> |
| 103 | + </bt:LongStrings> |
59 | 104 | </Resources>
|
60 | 105 | </VersionOverrides>
|
61 | 106 | </OfficeApp>
|
0 commit comments