1343d7cb-1432-460a-852f-699f4e76da38 1.0.1.1 Localhost en-US docassemble.org gbls.github.io localhost ReadWriteDocument <!-- Description of the Getting Started callout. resid points to a LongString resource --> <Description resid="DTB.GetStarted.Description"/> <!-- Point to a url resource which details how the add-in should be used. --> <LearnMoreUrl resid="DTB.GetStarted.LearnMoreUrl"/> </GetStarted> <!-- Function file is a HTML page that includes the JavaScript where functions for ExecuteAction will be called. Think of the FunctionFile as the code behind ExecuteFunction. --> <FunctionFile resid="DTB.DesktopFunctionFile.Url" /> <!-- PrimaryCommandSurface is the main Office Ribbon. --> <ExtensionPoint xsi:type="PrimaryCommandSurface"> <!-- Use OfficeTab to extend an existing Tab. Use CustomTab to create a new tab. --> <OfficeTab id="TabHome"> <!-- Ensure you provide a unique id for the group. Recommendation for any IDs is to namespace using your company name. --> <Group id="DTB.Group1"> <!-- Label for your group. resid must point to a ShortString resource. --> <Label resid="DTB.Group1Label" /> <!-- Icons. Required sizes 16,32,80, optional 20, 24, 40, 48, 64. Strongly recommended to provide all sizes for great UX. --> <!-- Use PNG icons. All URLs on the resources section must use HTTPS. --> <Icon> <bt:Image size="16" resid="DTB.tpicon_16x16" /> <bt:Image size="32" resid="DTB.tpicon_32x32" /> <bt:Image size="80" resid="DTB.tpicon_80x80" /> </Icon> <!-- Control. It can be of type "Button" or "Menu". --> <Control xsi:type="Button" id="DTB.TaskpaneButton"> <Label resid="DTB.TaskpaneButton.Label" /> <Supertip> <!-- ToolTip title. resid must point to a ShortString resource. --> <Title resid="DTB.TaskpaneButton.Label" /> <!-- ToolTip description. resid must point to a LongString resource. --> <Description resid="DTB.TaskpaneButton.Tooltip" /> </Supertip> <Icon> <bt:Image size="16" resid="DTB.tpicon_16x16" /> <bt:Image size="32" resid="DTB.tpicon_32x32" /> <bt:Image size="80" resid="DTB.tpicon_80x80" /> </Icon> <!-- This is what happens when the command is triggered (E.g. click on the Ribbon). Supported actions are ExecuteFunction or ShowTaskpane. --> <Action xsi:type="ShowTaskpane"> <TaskpaneId>ButtonId1</TaskpaneId> <!-- Provide a url resource id for the location that will be displayed on the task pane. --> <SourceLocation resid="DTB.Taskpane.Url" /> </Action> </Control> </Group> </OfficeTab> </ExtensionPoint> </DesktopFormFactor> </Host> </Hosts> <!-- You can use resources across hosts and form factors. --> <Resources> <bt:Images> <bt:Image id="DTB.tpicon_16x16" DefaultValue="https://localhost:8080/static/media/logo-16.png" /> <bt:Image id="DTB.tpicon_32x32" DefaultValue="https://localhost:8080/static/media/logo-32.png" /> <bt:Image id="DTB.tpicon_80x80" DefaultValue="https://localhost:8080/static/media/logo-80.png" /> </bt:Images> <bt:Urls> <bt:Url id="DTB.Taskpane.Url" DefaultValue="https://localhost:8080/index.html" /> <bt:Url id="DTB.Help.Url" DefaultValue="https://docassemble.org/docs.html" /> <bt:Url id="DTB.GetStarted.LearnMoreUrl" DefaultValue="https://www.nonprofittechy.com/projects/projects-docassemble-template-builder/" /> <bt:Url id="DTB.DesktopFunctionFile.Url" DefaultValue="https://localhost:8080/function-file.html" /> </bt:Urls> <!-- ShortStrings max characters==125. --> <bt:ShortStrings> <bt:String id="DTB.TaskpaneButton.Label" DefaultValue="Show Docassemble" /> <bt:String id="DTB.Group1Label" DefaultValue="Docassemble Template Builder" /> <bt:String id="DTB.GetStarted.Title" DefaultValue="Get started with Docassemble Template Builder!" /> <bt:String id="DTB.HelpButton.Label" DefaultValue="Help" /> </bt:ShortStrings> <!-- LongStrings max characters==250. --> <bt:LongStrings> <bt:String id="DTB.TaskpaneButton.Tooltip" DefaultValue="Click to Show Help" /> <bt:String id="DTB.GetStarted.Description" DefaultValue="The Docassemble Template Builder loaded successfully. Click Home | Docassemble."/> </bt:LongStrings> </Resources> </VersionOverrides> <!-- End Add-in Commands Mode integration. --> </OfficeApp>