FileSafe content type strings

This commit is contained in:
Mo Bitar
2019-01-14 13:45:46 -06:00
parent 2f3d680d44
commit 87c9aa1eba

View File

@@ -170,7 +170,10 @@ class ModelManager extends SFModelManager {
"SN|Editor" : "editor",
"SN|Theme" : "theme",
"SF|Extension" : "server extension",
"SF|MFA" : "two-factor authentication setting"
"SF|MFA" : "two-factor authentication setting",
"SN|FileSafe|Credentials": "FileSafe credential",
"SN|FileSafe|FileMetadata": "FileSafe file",
"SN|FileSafe|Integration": "FileSafe integration"
}[contentType];
}