I have an add-in that just contains two ExecuteFunction commands. In the generated manifest file from visual studio it contains the xml like:
<FormSettings>
<Form xsi:type="ItemRead">
<DesktopSettings>
<SourceLocation DefaultValue="https://localhost:44351/MessageRead.html"/>
<!--If you opt to include RequestedHeight, it must be between 32px to 450px, inclusive.-->
<RequestedHeight>250</RequestedHeight>
</DesktopSettings>
</Form>
</FormSettings>
Since I don't have any UI in a task pane, why does it require this xml, and what would be the best practice here for my command-only add-in. Thanks.
question from:https://stackoverflow.com/questions/65890845/office-365-manifest-for-command-only-add-in