mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-23 18:53:36 +02:00
Doc: Mime type comment
This commit is contained in:
parent
f0831f1d60
commit
8a8def39f0
@ -1,3 +1,10 @@
|
||||
// =============================================================================
|
||||
// DO NOT DIRECTLY MODIFY THIS ARRAY AS IT MAY BE OVERWRITTEN WHEN IT'S UPDATED
|
||||
// FROM A MORE CURRENT MIME TYPE LIST.
|
||||
//
|
||||
// Any change should be appended at the end of this file using push/splice.
|
||||
// =============================================================================
|
||||
|
||||
const mimeTypes = [
|
||||
{ t: 'application/andrew-inset', e: ['ez'] },
|
||||
{ t: 'application/applixware', e: ['aw'] },
|
||||
|
Loading…
x
Reference in New Issue
Block a user