You can configure SharePoint to recognize any file format (extension) you like, e.g. Version 2-3 (.mgmf), Version 4+ (.mgmx) and even template files (.mgmt and .mgtx).
To Register MindGenius File Extensions:
- Log in to your SharePoint server with an administrator-level account, or another account with sufficient access to edit SharePoint configuration files.
- Locate the file “DOCICON.xml”. This is normally found in ‘C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\XML.
- Open the “DOCICON.xml” file in a text editor.
- Insert the following lines to the <ByExtension> section:
- <Mapping Key=”mgmf” Value=”mindgenius.png” />
- <Mapping Key=”mgmx” Value=”mindgenius.png” />
- Save the “DOCICON.xml” file and close the text editor.