Edit File Extension Mappings
To edit your PowerWeb navigation view settings:
-
Download the ExtensionsMappings.json file.
If the download icon is not available, download the Templates file. Extract the downloaded template file and find the ExtensionsMappings.json file.
-
Use a .json editor to edit the content of the ExtensionsMappings.json file. See the following example:
Copy{
2 "ExtensionMappings": [
3 {
4 "DocumentTypeDisplayName": "Facility Document",
5 "Extensions": [ "dwg", "dgn", "doc", "docx", "jpeg", "png", "tiff" ]
6 },
7 {
8 "DocumentTypeDisplayName": "Generic Document",
9 "Extensions": [ "doc", "docx", "tif", "txt", "xls", "xlsx", "ppt", "pptx", jpeg" ]
10 }
11 ]
12} Save the file.
Follow the Upload New Custom Settings procedures in Meridian Power Settings.
If there are inconsistencies, the upload fails, and a results window reports the errors.