Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The manifest files must follow the format as following:follows:

View file
namemanifest.xml
View file
namemanifest-outlook.xml

For each manifest file do the following:

  • Replace all references to localhost  [MM_URL] with the MM site reference. E.g. if MM is installed at mm.digizuite.com, then replace localhost with [MM_URL] with mm.digizuite.com/oc. (Make sure to append /oc add the end of the mm site reference)

  • Change the ID to a new, random GUID.

  • Change the "DisplayName" (title) and the "Description" appropriately. The "DisplayName" is the title in the top of the add-in pane (red line below),

  • Change each “bt:Image" element if the user wants to use a different icon than the default provided (Make sure to append the image extension to the MM site reference e.g. https://mm.digizuite.com/icon.png)

  • Go through the labels in the manifest file and ensure that they have the desired values. In particular, the "residOpenButtenText" is the displayed title for the ribbon (blue line below).

...