Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 443 Bytes

app-file.md

File metadata and controls

36 lines (25 loc) · 443 Bytes

app > file

Path: metadata > app > file.

extensionMimeTypeMap

Object.<string, string[]>

Mime types associated with file extensions.

Example:

{
    "extensionMimeTypeMap": {
        "aac": ["audio/aac"]
    }
}

inlineMimeTypeList

string[]

Mime types that can be downloaded as inline attachments.

Example:

{
    "inlineMimeTypeList": [
        "__APPEND__",
        "application/some-type"
    ]
}